mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 03:20:35 +08:00
Geofence failsafe action params to reflect current mode names
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
* @max 4
|
||||
* @value 0 None
|
||||
* @value 1 Warning
|
||||
* @value 2 Loiter
|
||||
* @value 3 Return to Land
|
||||
* @value 4 Flight terminate
|
||||
* @value 2 Hold mode
|
||||
* @value 3 Return mode
|
||||
* @value 4 Terminate
|
||||
* @group Geofence
|
||||
*/
|
||||
PARAM_DEFINE_INT32(GF_ACTION, 1);
|
||||
|
||||
Reference in New Issue
Block a user