From 2b90b5938619d7009a27d6f5149c6120e86d8846 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 20 May 2026 21:49:57 +0200 Subject: [PATCH] update comment --- src/core/emsesp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/emsesp.cpp b/src/core/emsesp.cpp index 7732197e9..f0393e6e0 100644 --- a/src/core/emsesp.cpp +++ b/src/core/emsesp.cpp @@ -1868,7 +1868,7 @@ void EMSESP::loop() { // start an upload from a URL, assuming the URL exists and set from a previous pass // Note this next call is synchronous and blocking. if (!system_.uploadFirmwareURL()) { - // upload failed, send a "reset" to return back to normal + // upload failed, send a "reset" to reset the OTA URL Shell::loop_all(); // flush log buffers so latest error message are shown in console system_.uploadFirmwareURL("reset"); EMSESP::system_.systemStatus(SYSTEM_STATUS::SYSTEM_STATUS_ERROR_UPLOAD);