clean up some things (tested)

This commit is contained in:
2026-01-17 23:30:27 +01:00
parent 35d5e6ecb5
commit 181bed4346
13 changed files with 80 additions and 419 deletions

View File

@@ -21,11 +21,6 @@ using fs::FS;
#include "nonvolatile.h"
#include "utils.h"
#include "system_console.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <esp_task_wdt.h>
#include "esp_pm.h"
#include "rtc_wdt.h"
#pragma endregion
Console console(&tft);

View File

@@ -5,7 +5,7 @@
bool rtcset;
bool NTPupdated;
ESP32Time rtc(0);
ESP32Time rtc;
bool rx_rtc_avail = false;
inline int16_t readFromModule(byte address) {