Better handling of steal screen, add firmware web update functionality
This commit is contained in:
parent
491618dd78
commit
313efb7604
3 changed files with 91 additions and 0 deletions
|
@ -44,6 +44,10 @@ void onApiLightsSetColor(AsyncWebServerRequest *request);
|
|||
void onApiLightsSetJson(AsyncWebServerRequest *request, JsonVariant &json);
|
||||
|
||||
void onApiRestart(AsyncWebServerRequest *request);
|
||||
void onFirmwareUpdate(AsyncWebServerRequest *request);
|
||||
void asyncFirmwareUpdateHandler(AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final);
|
||||
void asyncFileUpdateHandler(AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final, int command);
|
||||
void asyncWebuiUpdateHandler(AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final);
|
||||
|
||||
void onIndex(AsyncWebServerRequest *request);
|
||||
void onNotFound(AsyncWebServerRequest *request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue