working fixes
This commit is contained in:
@@ -31,6 +31,11 @@ class ChronoWebServer {
|
||||
static void _handleAddGunProfile();
|
||||
static void _handleSetGunProfile();
|
||||
static void _handleRemoveGunProfile();
|
||||
static void _handleGetGunProfiles();
|
||||
static void _handleGetProjectileProfiles();
|
||||
static void _handleGetCurrentGunProfile();
|
||||
static void _handleGetCurrentProjectileProfile();
|
||||
static void _handleGetReadings();
|
||||
static void _handleExport();
|
||||
static void _handleReset();
|
||||
static void _handleFormat();
|
||||
@@ -41,6 +46,7 @@ class ChronoWebServer {
|
||||
static void _handleWifiSave();
|
||||
static void _handleClearWifi();
|
||||
static void _handleWifiMode();
|
||||
static void _handleInitData();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user