Commander: Document arming check params

This commit is contained in:
Lorenz Meier
2021-02-21 22:30:41 +01:00
committed by Daniel Agar
parent 87f98f096f
commit f12d368a64
+2
View File
@@ -307,6 +307,8 @@ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 10.0f);
* The default allows to arm the vehicle without GPS signal.
*
* @group Commander
* @value 0 Allow arming without GPS
* @value 1 Require GPS lock to arm
* @boolean
*/
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);