r-downing / PersWiFiManager

Persistent WiFiManager Arduino library for ESP8266
http://ryandowning.net/PersWiFiManager/
MIT License
111 stars 34 forks source link

How i can disable AP mode? #22

Open Van4ik opened 6 years ago

Van4ik commented 6 years ago

When i configured esp to my wifi network, ap is disabled. But when my router not answer or power off, Esp create AP with config portal. How i can disable creation AP when i configured network?

tekhedd commented 5 years ago

Simple: Don't call begin(). Look at the source: you can enable AP mode manually when a button is pressed yourself instead.