mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
restart dialog
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#define RESTART_SERVICE_PATH "/rest/restart"
|
||||
#define PARTITION_SERVICE_PATH "/rest/partition"
|
||||
#define FACTORYPARTITION_SERVICE_PATH "/rest/factoryPartition"
|
||||
|
||||
class RestartService {
|
||||
public:
|
||||
@@ -19,6 +20,7 @@ class RestartService {
|
||||
private:
|
||||
void restart(AsyncWebServerRequest * request);
|
||||
void partition(AsyncWebServerRequest * request);
|
||||
void factory(AsyncWebServerRequest * request);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user