|
|
@ -149,6 +149,8 @@ void FPGAProgramPart::processLockouts() {
|
|
|
|
|
|
|
|
|
|
|
|
if ((m_connectionActiveAndValid == true) && (m_commHandlerMode == 0)) {
|
|
|
|
if ((m_connectionActiveAndValid == true) && (m_commHandlerMode == 0)) {
|
|
|
|
m_base->programmingStatusLabel->setText(i18n("Ready"));
|
|
|
|
m_base->programmingStatusLabel->setText(i18n("Ready"));
|
|
|
|
|
|
|
|
m_base->programmingProgressBar->setTotalSteps(1);
|
|
|
|
|
|
|
|
m_base->programmingProgressBar->setProgress(-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|