Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Mar 22, 2024
1 parent 0eb8624 commit 48f023b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/YaSolR_EventHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ void YaSolR::YaSolRClass::_initEventHandlers() {
Mycila::Config.set(KEY_WIFI_SSID, ESPConnect.getConfiguredWiFiSSID());
Mycila::Config.set(KEY_WIFI_PASSWORD, ESPConnect.getConfiguredWiFiPassword());
}
restartTask.resume();
break;
}
case ESPConnectState::PORTAL_TIMEOUT:
Expand Down

0 comments on commit 48f023b

Please sign in to comment.