1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

MS4525DO airspeed sensor support to wizard page

This commit is contained in:
Fredrik Larson 2014-09-04 10:04:38 +10:00
parent 99ec1c727e
commit 1b1c9938f3

View File

@ -67,6 +67,6 @@ void AirSpeedPage::setupSelection(Selection *selection)
tr("Select this option to use an airspeed sensor based on the MS4525DO pressure transducer "
"from Measurement Specialties. This includes the PixHawk sensor and their clones.\n\n"
"Selecting this option will set your board's Flexi-Port in to I2C mode."),
"ms4525",
"ms4525-speed-sensor",
SetupWizard::MS4525);
}