1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-551 Update status when user disconnect board while testing outputs

This commit is contained in:
Laurent Lalanne 2018-01-15 15:19:55 +01:00
parent e5c574b20e
commit c671327c0d

View File

@ -169,6 +169,7 @@ void ConfigOutputWidget::enableControls(bool enable)
if (!enable) {
m_ui->channelOutTest->setChecked(false);
channelTestsStarted = false;
}
m_ui->channelOutTest->setEnabled(enable);
}