"increased BL_start Timer (500 -> 1000) "

This commit is contained in:
2025-08-18 08:55:24 +02:00
parent b9e9688269
commit 36a4d53df6
3 changed files with 12 additions and 10 deletions

View File

@@ -264,6 +264,14 @@ Worker::Worker(int customerNr,
// QString("/opt/app/tools/atbupdate/ATBUpdateOpkg")
, this, ++next, false));
// send device-controller firmware down to device-controller-hardware
m_workList.push_back(
std::make_unique<UpdateDCCommand>(
// QString("echo ATBUpdateDC")
QString("/opt/app/tools/atbupdate/ATBUpdateDC")
, this, ++next));
// *** send json files down to device controller ***
m_workList.push_back(
std::make_unique<UpdateJsonCommand>(
@@ -277,12 +285,6 @@ Worker::Worker(int customerNr,
QString("echo ATBUpdateSync")
, this, ++next));
// send device-controller firmware down to device-controller-hardware
m_workList.push_back(
std::make_unique<UpdateDCCommand>(
// QString("echo ATBUpdateDC")
QString("/opt/app/tools/atbupdate/ATBUpdateDC")
, this, ++next));
// show/send software-status
m_workList.push_back(