mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-03-31 22:16:32 +03:00
text changes
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
"vite.config.ts",
|
"vite.config.ts",
|
||||||
"lib/esp32-psram/**",
|
"lib/esp32-psram/**",
|
||||||
"test/test_api/test_api.h",
|
"test/test_api/test_api.h",
|
||||||
"lib_standalone/**",
|
"lib_standalone/**"
|
||||||
"lib/mbedtls_ssl/**"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1330,3 +1330,4 @@ zyxwvutsrqponmlkjihgfedcba
|
|||||||
öffnen
|
öffnen
|
||||||
česky
|
česky
|
||||||
živanović
|
živanović
|
||||||
|
MWDT
|
||||||
@@ -184,7 +184,7 @@ void UploadFileService::handleError(AsyncWebServerRequest * request, int code) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void UploadFileService::handleEarlyDisconnect() {
|
void UploadFileService::handleEarlyDisconnect() {
|
||||||
emsesp::EMSESP::logger().info("Upload ended");
|
emsesp::EMSESP::logger().info("Upload completed");
|
||||||
emsesp::EMSESP::system_.uart_init(); // re-enable UART
|
emsesp::EMSESP::system_.uart_init(); // re-enable UART
|
||||||
|
|
||||||
_is_firmware = false;
|
_is_firmware = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user