mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 20:33:38 +01:00
webapp: Allow download of individual config files
This commit is contained in:
@@ -11,6 +11,7 @@ public:
|
||||
private:
|
||||
void onConfigGet(AsyncWebServerRequest* request);
|
||||
void onConfigDelete(AsyncWebServerRequest* request);
|
||||
void onConfigListGet(AsyncWebServerRequest* request);
|
||||
void onConfigUploadFinish(AsyncWebServerRequest* request);
|
||||
void onConfigUpload(AsyncWebServerRequest* request, String filename, size_t index, uint8_t* data, size_t len, bool final);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user