diff --git a/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino b/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino index 7c75475..86716cf 100644 --- a/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino +++ b/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino @@ -123,6 +123,7 @@ void setup() { xTaskCreatePinnedToCore(System_TaskStreamTelemetry, "PrintStreamTelemetry", 3300, NULL, 6, &Task_StreamTelemetry, 0); /*function, description, stack size, parameters, priority, task handle, core*/ xTaskCreatePinnedToCore(System_TaskSysLed, "SystemLed", 3000, NULL, 7, &Task_SysLed, 0); /*function, description, stack size, parameters, priority, task handle, core*/ xTaskCreatePinnedToCore(System_TaskWiFiWatchdog, "WiFiWatchdog", 3500, NULL, 8, &Task_WiFiWatchdog, 0); /*function, description, stack size, parameters, priority, task handle, core*/ + //xTaskCreatePinnedToCore(System_TaskSdCardRemove, "SdCardRemove", 3000, NULL, 9, &Task_SdCardFileRemove, 0); /*function, description, stack size, parameters, priority, task handle, core*/ /* init wdg */ SystemLog.AddEvent(LogLevel_Info, F("Init WDG")); @@ -136,6 +137,7 @@ void setup() { esp_task_wdt_add(Task_StreamTelemetry); esp_task_wdt_add(Task_SysLed); esp_task_wdt_add(Task_WiFiWatchdog); + //esp_task_wdt_add(Task_SdCardFileRemove); esp_task_wdt_reset(); /* reset wdg */ SystemLog.AddEvent(LogLevel_Info, F("MCU configuration done")); diff --git a/ESP32_PrusaConnectCam/WebPage.h b/ESP32_PrusaConnectCam/WebPage.h index 254768d..e48a800 100644 --- a/ESP32_PrusaConnectCam/WebPage.h +++ b/ESP32_PrusaConnectCam/WebPage.h @@ -14,13 +14,13 @@ #ifndef _WEB_PAGE_H_ #define _WEB_PAGE_H_ -#define MSG_REBOOT_MCU "Reboot process started, wait several seconds for mcu to boot up. You can close this window now." +#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 second." +#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 -#define MSG_UPDATE_START "Start updating." +#define MSG_UPDATE_START "Start updating" /* ------------------------------------------------------------------------------------------------------------ */ const char index_html[] PROGMEM = R"rawliteral( @@ -40,7 +40,6 @@ const char index_html[] PROGMEM = R"rawliteral( $("#content").load(page); setActive(this); }); - $("#content").load("page_config.html", function() { var defaultLink = document.querySelector('a[href="page_config.html"]'); setActive(defaultLink); @@ -48,7 +47,6 @@ const char index_html[] PROGMEM = R"rawliteral( }); -
Prusa Connect ESP32 cam |
@@ -103,7 +97,6 @@ const char index_html[] PROGMEM = R"rawliteral(
|
@@ -156,12 +146,10 @@ const char page_wifi_html[] PROGMEM = R"rawliteral(
IP Address: mDNS: http://.local | ||||
|
Available networks | ||||
|
| ||||
|
| ||||
|
|
| Basic image settings | |||
| Basic settings | |||
| Connect Token | |||
| Fingerprint | |||
| Trigger Interval [s] | |||
| Saturation | Low High | ||
| Image rotation | + | Image Rotation |
| Advanced image settings | |
| Advanced settings | |
| Automatic white balancing | |
| Automatic white balancing gain | |
Prusa Connect ESP32 cam |
@@ -77,7 +71,6 @@
| Basic image settings | |||
| Basic settings | |||
| Connect Token | |||
| Fingerprint | |||
| Trigger Interval [s] | |||
| Saturation | Low High | ||
| Image rotation | + | Image Rotation |
| Advanced image settings | |
| Advanced settings | |
| Automatic white balancing | |
| Automatic white balancing gain | |
|
@@ -11,12 +10,10 @@
IP Address: mDNS: http://.local | ||||
|
Available networks | ||||
|
| ||||
|
| ||||
|
|