mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-14 14:56:35 +00:00
Start network in AP mode
This commit is contained in:
parent
203c575d70
commit
e649fa9941
@ -345,6 +345,7 @@ bool wifiShowAP(char * ssid, char * pass)
|
|||||||
|
|
||||||
LOG_WARNING(TAG_WIFI, F("Temporary Access Point %s password: %s"), ssid, pass);
|
LOG_WARNING(TAG_WIFI, F("Temporary Access Point %s password: %s"), ssid, pass);
|
||||||
LOG_WARNING(TAG_WIFI, F("AP IP address : %s"), WiFi.softAPIP().toString().c_str());
|
LOG_WARNING(TAG_WIFI, F("AP IP address : %s"), WiFi.softAPIP().toString().c_str());
|
||||||
|
networkStart();
|
||||||
// httpReconnect();}
|
// httpReconnect();}
|
||||||
#endif
|
#endif
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user