Copter: SURFTRAK_MODE: mark as reboot required

This commit is contained in:
Iampete1 2023-07-26 01:17:59 +01:00 committed by Randy Mackay
parent 9dbcce4460
commit 0de7544650

View File

@ -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