diff --git a/DownloadDCFirmware/update.cpp b/DownloadDCFirmware/update.cpp index 473203c..094eeae 100644 --- a/DownloadDCFirmware/update.cpp +++ b/DownloadDCFirmware/update.cpp @@ -439,9 +439,11 @@ int Update::run() { stopBootloader(); // there is no harm in stopping the bootloader even // if starting the bootloader failed qInfo() << nextTimePoint().toUtf8().constData() << ""; + m_hw->dc_autoRequest(true); //restart dc_autoRequest after download else E255! return -(int)Result::SUCCESS; } qInfo() << nextTimePoint().toUtf8().constData() << ""; + //To Do Error handling if Dc doesnt start after download return false; }