From 8f0a9112d6adb00edd23db7d510c87b3180753e3 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 26 Jun 2024 13:15:48 +0200 Subject: [PATCH] Fix: do not set the autoRequest flag back to false. --- DownloadDCJsonFiles/update.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DownloadDCJsonFiles/update.cpp b/DownloadDCJsonFiles/update.cpp index c42103f..cf82f30 100644 --- a/DownloadDCJsonFiles/update.cpp +++ b/DownloadDCJsonFiles/update.cpp @@ -414,10 +414,6 @@ bool Update::downloadJson(enum FileTypeJson type, } } - m_hw->dc_autoRequest(false); - qDebug() << "SET AUTO-REQUEST=FALSE"; - QThread::sleep(1); // make sure the auto-request flag is acknowledged - return ret; }