This commit is contained in:
Proddy
2022-11-29 21:14:31 +01:00
parent c9ef0bcd7b
commit d6a8563cc7
3 changed files with 7 additions and 7 deletions

View File

@@ -83,5 +83,4 @@ void NTPSettingsService::configureTime(AsyncWebServerRequest * request, JsonVari
void NTPSettingsService::ntp_received(struct timeval * tv) {
// emsesp::EMSESP::logger().info("NTP sync to %d sec", tv->tv_sec);
emsesp::EMSESP::system_.ntp_connected(true);
emsesp::EMSESP::system_.send_info_mqtt("connected");
}