mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Fix Time 0 NTP sync
This commit is contained in:
parent
b3540879ab
commit
78f106ccb7
@ -466,7 +466,6 @@ void RtcSetTime(uint32_t epoch)
|
|||||||
Rtc.user_time_entry = true;
|
Rtc.user_time_entry = true;
|
||||||
Rtc.utc_time = epoch -1; // Will be corrected by RtcSecond
|
Rtc.utc_time = epoch -1; // Will be corrected by RtcSecond
|
||||||
}
|
}
|
||||||
RtcSecond();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RtcInit(void)
|
void RtcInit(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user