pre-include
WiFiManager wm;
wm.setConfigPortalBlocking(false);
wm.setConfigPortalTimeout(180); //
bool res;
res = wm.autoConnect("AutoConnectAP"); // anonymous ap
Search found 1 match
- Wed Aug 24, 2022 10:47 pm
- Forum: ESP32 Arduino
- Topic: AutoConnect library doesn't allow to perform any other operation
- Replies: 1
- Views: 2279