logtool fix, reboot, only ap mode

This commit is contained in:
Thaddeus Hughes
2026-04-09 07:41:15 -05:00
parent 837ec18fad
commit b0b317a0fe
43 changed files with 3470 additions and 1068 deletions

View File

@@ -44,8 +44,8 @@ int64_t rtc_get_s (void);
int64_t rtc_get_ms(void);
void rtc_set_s(int64_t);
void rtc_save_time(void); // No-op: time is always live via rtc_get_s()
void rtc_restore_time(void); // Re-syncs stdlib clock on boot; emits TIME log marker
void rtc_save_time(void); // Writes current time to NVS (call before esp_restart)
void rtc_restore_time(void); // Recovers time from RTC memory or NVS; requires NVS init first
void rtc_schedule_next_alarm(void);
int64_t rtc_get_next_alarm_s();