Skip to content

Commit

Permalink
Start network in AP mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 22, 2021
1 parent 203c575 commit e649fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/hasp_wifi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("AP IP address : %s"), WiFi.softAPIP().toString().c_str());
networkStart();
// httpReconnect();}
#endif
return true;
Expand Down

0 comments on commit e649fa9

Please sign in to comment.