Deactivated doUpdate

This commit is contained in:
Gerhard Hoffmann 2023-10-04 10:20:52 +02:00
parent 4cc42b2a65
commit 7b3f652b0e

View File

@ -738,6 +738,10 @@ QStringList Update::getDcSoftAndHardWareVersion() {
} }
bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) { bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) {
// 04.10.2023: deactivated -> first testing of opkg_commands
return true;
bool serialOpened = false; bool serialOpened = false;
QString const &parentName = Utils::getParentName(); QString const &parentName = Utils::getParentName();