From cf6af3958f71eac5b728be065d005edb690119eb Mon Sep 17 00:00:00 2001 From: Miroslav Pivovarsky Date: Wed, 20 Nov 2024 21:13:00 +0100 Subject: [PATCH] regenerate WebPage.h --- ESP32_PrusaConnectCam/WebPage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ESP32_PrusaConnectCam/WebPage.h b/ESP32_PrusaConnectCam/WebPage.h index bb45115..5ea7c24 100644 --- a/ESP32_PrusaConnectCam/WebPage.h +++ b/ESP32_PrusaConnectCam/WebPage.h @@ -15,7 +15,7 @@ #define MSG_REBOOT_MCU "Reboot process started, wait several seconds for mcu to boot up. You can close this window now" #define MSG_SAVE_OK_REBOOT "Save OK. Please reboot MCU" ///< WEB app msg save OK -#define MSG_SAVE_OK_WIFI "Save OK. Connecting to Wi-Fi. Please wait several seconds" +#define MSG_SAVE_OK_WIFI "Save OK. Connecting to Wi-Fi. Please wait several second" #define MSG_SAVE_OK "Save cfg OK" ///< WEB app msg save OK #define MSG_SAVE_NOTOK "Save cfg NOT OK!" ///< WEB app msg save NOT OK #define MSG_SCANNING "Scanning Wi-Fi networks. Wait 8s..." ///< WEB app msg Scanning wifi @@ -176,7 +176,7 @@ const char page_wifi_html[] PROGMEM = R"rawliteral( - +
Connect to Wi-Fi network
Wi-Fi network name (SSID)
Password
Password
@@ -210,7 +210,7 @@ const char page_wifi_html[] PROGMEM = R"rawliteral( setTimeout(function(){GetDataAndPrintTableWiFi();}, 500); get_data("wifi"); setupCollapsibleButtonsWiFi(); - + )rawliteral"; /* ------------------------------------------------------------------------------------------------------------ */