mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove comment
This commit is contained in:
@@ -34,7 +34,7 @@ void NTPSettingsService::WiFiEvent(WiFiEvent_t event) {
|
||||
|
||||
case SYSTEM_EVENT_STA_GOT_IP:
|
||||
case SYSTEM_EVENT_ETH_GOT_IP:
|
||||
emsesp::EMSESP::logger().info(F("Got IP address, starting NTP synchronization"));
|
||||
// emsesp::EMSESP::logger().info(F("Got IP address, starting NTP synchronization"));
|
||||
connected_ = true;
|
||||
configureNTP();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user