mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
COM_ARM_WO_GPS - values round the wrong way
This commit is contained in:
parent
a7e920d276
commit
aa94a60043
@ -307,11 +307,11 @@ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 25.0f);
|
||||
/**
|
||||
* Allow arming without GPS
|
||||
*
|
||||
* The default allows to arm the vehicle without GPS signal.
|
||||
* The default allows the vehicle to arm without GPS signal.
|
||||
*
|
||||
* @group Commander
|
||||
* @value 0 Allow arming without GPS
|
||||
* @value 1 Require GPS lock to arm
|
||||
* @value 0 Require GPS lock to arm
|
||||
* @value 1 Allow arming without GPS
|
||||
*/
|
||||
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user