"increased BL_start Timer (500 -> 1000) "
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user