mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 06:40:36 +08:00
Added mb12xx sensor enable. (#5164)
This commit is contained in:
@@ -3054,6 +3054,16 @@ PARAM_DEFINE_INT32(SENS_EN_LL40LS, 0);
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_SF0X, 0);
|
||||
|
||||
/**
|
||||
* Maxbotix Soanr (mb12xx)
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @boolean
|
||||
* @group Sensor Enable
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_MB12XX, 0);
|
||||
|
||||
/**
|
||||
* Set the minimum PWM for the MAIN outputs
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user