upstream sync

This commit is contained in:
2026-02-19 10:24:24 +01:00
parent c327c7d9d0
commit 1aa495bc3e
19 changed files with 1167 additions and 1624 deletions

View File

@@ -2,9 +2,9 @@
#include "globals.h"
#include "rtc.hpp"
static const char ntpServerName[] = "0.pool.ntp.org";
static const int localPort = 8944;
const int NTP_PACKET_SIZE = 48;
static constexpr char ntpServerName[] = "0.pool.ntp.org";
static constexpr int localPort = 8944;
constexpr int NTP_PACKET_SIZE = 48;
void sendNTPpacket(IPAddress &address);
void NTPupdate();