chriscook8 / esp-arduino-apboot

ESP8266 wifi configurator in Arduino lang.. uses eeprom for configs, boots to AP mode if no working config found
153 stars 61 forks source link

ESP8266 is not showing AP name in laptop if my home router is switched off #12

Open KVK012 opened 6 years ago

KVK012 commented 6 years ago

Hello,

My code is working fine when my home router is Power ON. I am able to connect my laptop to wifi AP Name "HelloAP" as I have configured WiFi.softAP("HelloAP");

but when my router is switched off, I have one problem in which my laptop is not showing name "Hello AP" and same problem in mobile.

So which type of configuration required when router is OFF?