Logfile: Print start indication block after time sync (#2106)

* logfile: Print start indication after time sync

* No time set at boot -> keep log_1970-01-01.txt
This commit is contained in:
Slider0007
2023-03-01 20:55:12 +01:00
committed by GitHub
parent 8c7e86fea4
commit d3d241c7b9
3 changed files with 31 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ std::string ConvertTimeToString(time_t _time, const char * frm);
bool getTimeIsSet(void);
bool getTimeWasNotSetAtBoot(void);
bool getUseNtp(void);
bool setupTime();