From 19830d508c1e007afbcebb63a23fec96b3cd0713 Mon Sep 17 00:00:00 2001 From: RonMeier <48986706+RonMeier@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:20:12 +0100 Subject: [PATCH] Update OTAWebUpdater.ino --- espupload/OTAWebUpdater.ino | 44 +++++++------------------------------ 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/espupload/OTAWebUpdater.ino b/espupload/OTAWebUpdater.ino index f6ed825..3b2d6af 100644 --- a/espupload/OTAWebUpdater.ino +++ b/espupload/OTAWebUpdater.ino @@ -8,42 +8,14 @@ const char* password = "pwd"; WebServer server(80); -const char* serverIndex = -"" -"
" - "" - "" - "
" - "
progress: 0%
" - ""; +const char* serverIndex = "" + "" + "" + "

FW update


" + "
" + "

" + "" + ""; void setup(void) { Serial.begin(115200);