add support for hardware rtc, not sure if this version won't crash

This commit is contained in:
2026-01-11 12:04:40 +01:00
parent 06de03a16d
commit a4346aa4f1
22 changed files with 813 additions and 88 deletions

View File

@@ -5,6 +5,7 @@ using fs::FS;
#include <WebServer.h>
#include <SPIFFS.h>
#include "globals.h"
#include "rtc.hpp"
void handleRoot();
void handleDownloadCSV();