feat: enhance OTA upload handling with chunk validation and timeout checks

This commit is contained in:
2025-02-21 09:24:54 +01:00
parent 4477537cec
commit 8182b5f684
6 changed files with 210 additions and 83 deletions

View File

@ -10,5 +10,6 @@
void stopAllTasks();
void handleOTAUpload(AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final);
void checkForStagedUpdate();
#endif