You've already forked TEF6686_ESP32
clean up some things (tested)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
bool rtcset;
|
||||
bool NTPupdated;
|
||||
|
||||
ESP32Time rtc(0);
|
||||
ESP32Time rtc;
|
||||
bool rx_rtc_avail = false;
|
||||
|
||||
inline int16_t readFromModule(byte address) {
|
||||
|
||||
Reference in New Issue
Block a user