mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: SURFTRAK_MODE: mark as reboot required
This commit is contained in:
parent
9dbcce4460
commit
0de7544650
@ -1040,6 +1040,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
||||
// @Description: set which surface to track in surface tracking
|
||||
// @Values: 0:Do not track, 1:Ground, 2:Ceiling
|
||||
// @User: Advanced
|
||||
// @RebootRequired: True
|
||||
AP_GROUPINFO("SURFTRAK_MODE", 51, ParametersG2, surftrak_mode, (uint8_t)Copter::SurfaceTracking::Surface::GROUND),
|
||||
|
||||
// @Param: FS_DR_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user