Update ota.h

This commit is contained in:
oh3bsg 2023-11-15 15:01:21 +02:00
parent 47ac8dd882
commit 8816e7b070
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
const char *ota_create_form(boolean run, char *message);
const char *ota_handle_post(AsyncWebServerRequest * request);
void execOTA();
#endif // _OTA_H