mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Try 'min' for units
This commit is contained in:
committed by
Lorenz Meier
parent
d99d52960e
commit
fc6b61dad1
@@ -143,6 +143,7 @@ PARAM_DEFINE_INT32(RTL_CONE_ANG, 45);
|
||||
* This is used to determine when the vehicle should be switched to RTL due to low battery.
|
||||
* Note, particularly for multirotors this should reflect flight time at cruise speed, not while stationary
|
||||
*
|
||||
* @unit min
|
||||
* @group Commander
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(RTL_FLT_TIME, 15);
|
||||
|
||||
Reference in New Issue
Block a user