1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
betaflight/src
Bruce Luckcuck 682e989057 Fix CLI vtx command parsing, range checks, and output order in diff
Change to use vtxTableConfig PG settings for validation rather than the current runtime values for bands, channels and power levels. Fixes command parsing when restoring a `diff` as the `vtxtable` runtime values won't be available until after the reboot.

Fix "off by one" range check for power level that was preventing use of the highest power level configured in `vtxtable`.

Reverse the order of the `vtxtable` and `vtx` outputs in a `diff`/`dump` so that `vtxtable` settings will be applied first as the `vtx` settings are dependent on them.
2019-12-17 09:52:22 -05:00
..
link Revert the workaround for the EXST linker script. 2019-11-27 18:14:12 +13:00
main Fix CLI vtx command parsing, range checks, and output order in diff 2019-12-17 09:52:22 -05:00
test Move OSD elements into their own parameter group (#9278) 2019-12-11 09:37:28 +13:00
utils Changed '_flash' targets to only write used segments. 2019-11-24 15:36:40 +13:00