diff --git a/cspell.json b/cspell.json index 2b61c2386..075f7629f 100644 --- a/cspell.json +++ b/cspell.json @@ -38,7 +38,6 @@ "vite.config.ts", "lib/esp32-psram/**", "test/test_api/test_api.h", - "lib_standalone/**", - "lib/mbedtls_ssl/**" + "lib_standalone/**" ] } \ No newline at end of file diff --git a/project-words.txt b/project-words.txt index 18b07d4cb..7a998c037 100644 --- a/project-words.txt +++ b/project-words.txt @@ -1330,3 +1330,4 @@ zyxwvutsrqponmlkjihgfedcba öffnen česky živanović +MWDT \ No newline at end of file diff --git a/src/ESP32React/UploadFileService.cpp b/src/ESP32React/UploadFileService.cpp index 53a897613..4aa634c2a 100644 --- a/src/ESP32React/UploadFileService.cpp +++ b/src/ESP32React/UploadFileService.cpp @@ -184,7 +184,7 @@ void UploadFileService::handleError(AsyncWebServerRequest * request, int code) { } void UploadFileService::handleEarlyDisconnect() { - emsesp::EMSESP::logger().info("Upload ended"); + emsesp::EMSESP::logger().info("Upload completed"); emsesp::EMSESP::system_.uart_init(); // re-enable UART _is_firmware = false;