remove comment

This commit is contained in:
proddy
2021-03-29 11:14:17 +02:00
parent 3b4bfaa319
commit fbef1ca69a

View File

@@ -34,7 +34,7 @@ void NTPSettingsService::WiFiEvent(WiFiEvent_t event) {
case SYSTEM_EVENT_STA_GOT_IP: case SYSTEM_EVENT_STA_GOT_IP:
case SYSTEM_EVENT_ETH_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; connected_ = true;
configureNTP(); configureNTP();
break; break;