ota updates

This commit is contained in:
Dan Priece
2026-05-28 13:59:56 -04:00
parent 2c5f532717
commit 51dbd5e5b0
5 changed files with 105 additions and 105 deletions
+2
View File
@@ -8,6 +8,7 @@
#include <Update.h>
#include <ChronoBLE.h>
#include <GunProfile.h>
#include "ChronoVersion.h"
class ChronoWebServer {
public:
@@ -34,6 +35,7 @@ class ChronoWebServer {
static void _handleFormat();
static void _handleTestMode();
static void _handleOta();
static void _handleVersion();
};