mirror of https://github.com/ArduPilot/ardupilot
AP_OSD: do not show hgt_abvterr and fence elements by default
This commit is contained in:
parent
05d74ba50d
commit
468838ff7f
|
@ -181,8 +181,8 @@ private:
|
|||
AP_OSD_Setting clk{false, 0, 0};
|
||||
AP_OSD_Setting callsign{false, 0, 0};
|
||||
AP_OSD_Setting vtx_power{false, 0, 0};
|
||||
AP_OSD_Setting hgt_abvterr{true, 23, 7};
|
||||
AP_OSD_Setting fence{true, 14, 9};
|
||||
AP_OSD_Setting hgt_abvterr{false, 23, 7};
|
||||
AP_OSD_Setting fence{false, 14, 9};
|
||||
#if HAL_PLUSCODE_ENABLE
|
||||
AP_OSD_Setting pluscode{false, 0, 0};
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue