ATBDownloadDC: need single argument: bin-file name

This commit is contained in:
2026-02-16 14:55:30 +01:00
parent a1ad4a6605
commit 0464c2ec74
2 changed files with 29 additions and 42 deletions

View File

@@ -397,9 +397,7 @@ int Update::run() {
qInfo() << "<DC-VERSION>" << Update::dcVersion(m_dcFileName);
}
if (!m_debug) {
m_hw->dc_autoRequest(false);
}
m_hw->dc_autoRequest(false);
qInfo() << "DC auto request OFF";