mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1897 Minor change after code review
This commit is contained in:
parent
501e2e09de
commit
40acc2c7ea
@ -1706,9 +1706,8 @@ void ConfigInputWidget::simpleCalibration(bool enable)
|
||||
systemSettingsData = systemSettingsObj->getData();
|
||||
|
||||
if (systemSettingsData.AirframeType == SystemSettings::AIRFRAMETYPE_GROUNDVEHICLECAR) {
|
||||
QMessageBox::warning(this, tr("Ground vehicle"),
|
||||
tr("<p>Please <b>center</b> throttle control and"
|
||||
" press <b>OK</b> when ready."));
|
||||
QMessageBox::warning(this, tr("Ground Vehicle"),
|
||||
tr("<p>Please <b>center</b> throttle control and press OK when ready.</p>"));
|
||||
|
||||
transmitterType = ground;
|
||||
manualSettingsData.ChannelNeutral[ManualControlSettings::CHANNELNEUTRAL_THROTTLE] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user