From 7b3f652b0e6874fd66653ff1f5ff3b00cfd46e11 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 4 Oct 2023 10:20:52 +0200 Subject: [PATCH] Deactivated doUpdate --- update.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update.cpp b/update.cpp index 66d9770..0f6783a 100644 --- a/update.cpp +++ b/update.cpp @@ -738,6 +738,10 @@ QStringList Update::getDcSoftAndHardWareVersion() { } bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) { + // 04.10.2023: deactivated -> first testing of opkg_commands + return true; + + bool serialOpened = false; QString const &parentName = Utils::getParentName();