working version
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <NetworkClient.h>
|
||||
#include <ESPmDNS.h>
|
||||
#include <Update.h>
|
||||
#include <Preferences.h>
|
||||
#include <ChronoBLE.h>
|
||||
#include <GunProfile.h>
|
||||
#include "ChronoVersion.h"
|
||||
@@ -36,6 +37,10 @@ class ChronoWebServer {
|
||||
static void _handleTestMode();
|
||||
static void _handleOta();
|
||||
static void _handleVersion();
|
||||
static void _handleWifi();
|
||||
static void _handleWifiSave();
|
||||
static void _handleClearWifi();
|
||||
static void _handleWifiMode();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user