From 8816e7b0709d5d2f1c89b817c5632a17bdee3093 Mon Sep 17 00:00:00 2001 From: oh3bsg Date: Wed, 15 Nov 2023 15:01:21 +0200 Subject: [PATCH] Update ota.h --- RX_FSK/src/ota.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RX_FSK/src/ota.h b/RX_FSK/src/ota.h index 863d56c..8e1cfaf 100644 --- a/RX_FSK/src/ota.h +++ b/RX_FSK/src/ota.h @@ -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 \ No newline at end of file