mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-22 12:54:14 +01:00
comment typeo
This commit is contained in:
parent
f5fa57c7da
commit
db94453bdf
@ -240,7 +240,7 @@ void ConfigStabilizationWidget::onBoardConnected()
|
|||||||
|
|
||||||
Q_ASSERT(utilMngr);
|
Q_ASSERT(utilMngr);
|
||||||
boardModel = utilMngr->getBoardModel();
|
boardModel = utilMngr->getBoardModel();
|
||||||
// If Revolution board enable misc tab, otherwise disable it
|
// If Revolution board enable Althold tab, otherwise disable it
|
||||||
ui->AltitudeHold->setEnabled((boardModel & 0xff00) == 0x0900);
|
ui->AltitudeHold->setEnabled((boardModel & 0xff00) == 0x0900);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user