Move OSD elements into their own parameter group
commitafeb88850f3013474b6dbf1d05c35d632ee0e765
authorBruce Luckcuck <github@etracer.net>
Tue, 10 Dec 2019 00:13:08 +0000 (9 19:13 -0500)
committerBruce Luckcuck <github@etracer.net>
Tue, 10 Dec 2019 00:13:08 +0000 (9 19:13 -0500)
treeb34817dbc8763bf55ddae64756b839acfc9012fc
parent7d215e8f84975383181060edd9076c22f4e0d6a3
Move OSD elements into their own parameter group
Separates the OSD elements position/visible/profile flags from the `osdConfig` PG and moves them to a new `osdElementConfig` PG. Allows new elements to be added without having to constantly update the PG version for `osdConfig`.
src/main/cli/settings.c
src/main/cms/cms_menu_osd.c
src/main/msp/msp.c
src/main/osd/osd.c
src/main/osd/osd.h
src/main/osd/osd_elements.c
src/main/target/BEEBRAIN_V2F/config.c
src/main/target/KROOZX/config.c
src/main/target/SPEEDYBEEF7/config.c
src/test/unit/link_quality_unittest.cc
src/test/unit/osd_unittest.cc