mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add support for the new VTX settings API
When a controllable VTX is configured, a new section appears in the configuration tab which allows the user to set the band, channel power and "low power on disarm" option.
This commit is contained in:
parent
ba45e316e3
commit
6da922919f
8 changed files with 229 additions and 2 deletions
|
@ -97,6 +97,7 @@ sources.js = [
|
|||
'./js/tasks.js',
|
||||
'./js/servoMixerRuleCollection.js',
|
||||
'./js/motorMixerRuleCollection.js',
|
||||
'./js/vtx.js',
|
||||
'./main.js',
|
||||
'./tabs/*.js',
|
||||
'./js/eventFrequencyAnalyzer.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue