Improve lost data detection

This commit is contained in:
Djuri 2024-04-12 00:17:40 +02:00
parent 91fc474a1f
commit 2ef56c1938
4 changed files with 49 additions and 34 deletions

View file

@ -33,7 +33,8 @@
#define DEFAULT_BG_COLOR GxEPD_BLACK
void setup();
void setupTime();
void syncTime();
uint getLastTimeSync();
void setupPreferences();
void setupWebsocketClients(void *pvParameters);
void setupHardware();