1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Merge pull request #2349 from limonspb/smartaudio_version

This commit is contained in:
Michael Keller 2021-01-13 14:44:59 +08:00 committed by GitHub
commit 14a5f32a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 301 additions and 9 deletions

View file

@ -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
@ -645,6 +646,8 @@ const FC = {
46, 90, 38, 22, 95,
30, 90, 0, 0, 90,
];
this.VTX_DEVICE_STATUS = null;
},
getSerialRxTypes: () => {