added support for ota and ntp

This commit is contained in:
Dan Priece
2026-05-19 10:37:51 -04:00
parent a29d0c5cfc
commit 2c5f532717
4 changed files with 138 additions and 26 deletions
+1
View File
@@ -33,6 +33,7 @@ class ChronoWebServer {
static void _handleReset();
static void _handleFormat();
static void _handleTestMode();
static void _handleOta();
};