cleanflight / cleanflight-configurator

Google chrome/chromium based configuration tool for the cleanflight firmware
GNU General Public License v3.0
332 stars 251 forks source link

Fix broken VTX tab when vtxtables is not available. #541

Closed hydra closed 4 years ago

hydra commented 4 years ago

See commit messages.

image

hydra commented 4 years ago

@McGiverGim Please cherry-pick this into the BF configurator if you're working on it, e.g.

cd your-bf-configurator
git remote add hydra git@github.com:hydra/cleanflight-configurator.git
git fetch hydra
git checkout -b vtx-tab-fixes
git cherry-pick hydra/vtx-tab-fixes
git push <your remote> vtx-tab-fixes