-->
Page 1 of 1

AP mode - how to setup?

PostPosted: Sat Dec 06, 2014 7:36 pm
by ucy74
I was creating AP on esp8266

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?