As the title says... Chat on...

User avatar
By ucy74
#4161 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?