kopia lustrzana https://github.com/sh123/esp32_loraprs
WiFi AP does not require re-connection
rodzic
3ce9c99679
commit
474613bbdc
|
@ -93,6 +93,9 @@ void Service::setupWifi(const String &wifiName, const String &wifiKey)
|
|||
|
||||
void Service::reconnectWifi() const
|
||||
{
|
||||
// AP mode does not require re-connection
|
||||
if (config_.WifiEnableAp) return;
|
||||
|
||||
Serial.print("WIFI re-connecting...");
|
||||
|
||||
int retryCnt = 0;
|
||||
|
|
Ładowanie…
Reference in New Issue