mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-06 09:27:41 +00:00
Hide debug info
Hide debug info
This commit is contained in:
parent
d7e80b4bb6
commit
4f40084c69
@ -1938,7 +1938,7 @@ void HandleUploadDone(void)
|
|||||||
snprintf_P(error, sizeof(error), PSTR(D_UPLOAD_ERROR_CODE " %d"), upload_error);
|
snprintf_P(error, sizeof(error), PSTR(D_UPLOAD_ERROR_CODE " %d"), upload_error);
|
||||||
}
|
}
|
||||||
WSContentSend_P(error);
|
WSContentSend_P(error);
|
||||||
AddLog_P2(LOG_LEVEL_DEBUG, PSTR(D_UPLOAD ": %s"), error);
|
DEBUG_CORE_LOG(PSTR("UPL: %s"), error);
|
||||||
stop_flash_rotate = Settings.flag.stop_flash_rotate;
|
stop_flash_rotate = Settings.flag.stop_flash_rotate;
|
||||||
} else {
|
} else {
|
||||||
WSContentSend_P(PSTR("%06x'>" D_SUCCESSFUL "</font></b><br>"), WebColor(COL_TEXT_SUCCESS));
|
WSContentSend_P(PSTR("%06x'>" D_SUCCESSFUL "</font></b><br>"), WebColor(COL_TEXT_SUCCESS));
|
||||||
@ -2283,7 +2283,7 @@ void HandleConsoleRefresh(void)
|
|||||||
|
|
||||||
void HandleNotFound(void)
|
void HandleNotFound(void)
|
||||||
{
|
{
|
||||||
// AddLog_P2(LOG_LEVEL_DEBUG, PSTR(D_LOG_HTTP "Not fount (%s)"), WebServer->uri().c_str());
|
// AddLog_P2(LOG_LEVEL_DEBUG, PSTR(D_LOG_HTTP "Not found (%s)"), WebServer->uri().c_str());
|
||||||
|
|
||||||
if (CaptivePortal()) { return; } // If captive portal redirect instead of displaying the error page.
|
if (CaptivePortal()) { return; } // If captive portal redirect instead of displaying the error page.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user