From eef1367ed2777abe16c5525334284d19f1a78772 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sat, 11 Jul 2026 15:26:27 +0200 Subject: [PATCH] default to sync NTP with thermostat clock --- src/ESP32React/NTPSettingsService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP32React/NTPSettingsService.h b/src/ESP32React/NTPSettingsService.h index 2b77e5047..59443a43b 100644 --- a/src/ESP32React/NTPSettingsService.h +++ b/src/ESP32React/NTPSettingsService.h @@ -20,7 +20,7 @@ #endif #ifndef FACTORY_NTP_THERMOSTAT_SYNC -#define FACTORY_NTP_THERMOSTAT_SYNC 0 +#define FACTORY_NTP_THERMOSTAT_SYNC 1 #endif #ifndef FACTORY_NTP_SERVER