mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-10 02:02:49 +02:00
8 lines
192 B
C
8 lines
192 B
C
#ifndef OTA_H
|
|
#define OTA_H
|
|
|
|
#include <ESPAsyncWebServer.h>
|
|
|
|
void handleOTAUpload(AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final);
|
|
|
|
#endif |