From 78f106ccb7f7f640d80b3ccc928822ba6aaba8d3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 26 May 2020 11:50:35 +0200 Subject: [PATCH] Fix Time 0 NTP sync --- tasmota/support_rtc.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/support_rtc.ino b/tasmota/support_rtc.ino index 44e7dad29..f73be73c1 100644 --- a/tasmota/support_rtc.ino +++ b/tasmota/support_rtc.ino @@ -466,7 +466,6 @@ void RtcSetTime(uint32_t epoch) Rtc.user_time_entry = true; Rtc.utc_time = epoch -1; // Will be corrected by RtcSecond } - RtcSecond(); } void RtcInit(void)