AP_OSD: do not show hgt_abvterr and fence elements by default

This commit is contained in:
Michel Pastor 2021-05-24 23:36:55 +02:00 committed by Andrew Tridgell
parent 05d74ba50d
commit 468838ff7f
1 changed files with 2 additions and 2 deletions

View File

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