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

@@ -1,6 +1,7 @@
#pragma once
#include "TimeLib.h"
#include <TimeLib.h>
#include "globals.h"
#include "rtc.hpp"
static const char ntpServerName[] = "0.pool.ntp.org";
static const int localPort = 8944;