mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Show SmartAudio version on VTX tab; MSP reads vtx device status
This commit is contained in:
parent
d5d0146af7
commit
f872f1375f
12 changed files with 301 additions and 9 deletions
|
@ -153,6 +153,7 @@ const FC = {
|
|||
VTXTABLE_BAND: null,
|
||||
VTXTABLE_POWERLEVEL: null,
|
||||
VTX_CONFIG: null,
|
||||
VTX_DEVICE_STATUS: null,
|
||||
|
||||
resetState () {
|
||||
// Using `Object.assign` instead of reassigning to
|
||||
|
@ -642,6 +643,8 @@ const FC = {
|
|||
46, 90, 38, 22, 95,
|
||||
30, 90, 0, 0, 90,
|
||||
];
|
||||
|
||||
this.VTX_DEVICE_STATUS = null;
|
||||
},
|
||||
|
||||
getSerialRxTypes: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue