From c5984875d65ae3755aeff95d577ebc75aff0bc04 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:57:30 +0100 Subject: [PATCH] Remove upload watchdog --- tasmota/xdrv_01_webserver.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index 26a720a2d..34d3947f6 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -2341,7 +2341,6 @@ void UploadServices(uint32_t start_service) { if (start_service) { // AddLog_P(LOG_LEVEL_DEBUG, PSTR("UPL: Services enabled")); - TasmotaGlobal.restart_flag = 0; /* MqttRetryCounter(0); */ @@ -2376,7 +2375,6 @@ void UploadServices(uint32_t start_service) { MqttDisconnect(); } */ - TasmotaGlobal.restart_flag = 120; // Set restart watchdog after 2 minutes } } @@ -2429,7 +2427,6 @@ void HandleUploadLoop(void) { Web.upload_error = 2; return; } - TasmotaGlobal.restart_flag = 0; } #endif // USE_UFILESYS }