feat: X3 clock display with DS3231 RTC and NTP sync (#1612)

This commit is contained in:
Justinian
2026-05-18 21:06:56 -04:00
committed by GitHub
parent 151bf1dae4
commit cfd3a381ed
14 changed files with 836 additions and 57 deletions
+2
View File
@@ -3,6 +3,7 @@
#include <FontCacheManager.h>
#include <FontDecompressor.h>
#include <GfxRenderer.h>
#include <HalClock.h>
#include <HalDisplay.h>
#include <HalGPIO.h>
#include <HalPowerManager.h>
@@ -273,6 +274,7 @@ void setup() {
gpio.begin();
powerManager.begin();
halTiltSensor.begin();
halClock.begin();
#ifdef ENABLE_SERIAL_LOG
if (gpio.isUsbConnected()) {