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);