AP mode - how to setup?

I was creating AP on esp8266
Unfortunelly clients gets problem to receive IP from AP.
Created network is visible - but PC and Android devices cannot conect.
Any ideas?
Code: Select all
-- wifi.setmode(wifi.SOFTAP)
-- wifi.ap.config({ssid="ssid",pwd="password"})
Unfortunelly clients gets problem to receive IP from AP.
Created network is visible - but PC and Android devices cannot conect.
Any ideas?