1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-14 20:10:13 +03:00

Add an VTX tab

This commit is contained in:
Miguel Angel Mulero Martinez 2019-08-06 12:49:58 +02:00
parent 7189363f98
commit 0817e7d9e6
12 changed files with 1441 additions and 42 deletions

View file

@ -112,6 +112,9 @@ var MSPCodes = {
MSP_COMPASS_CONFIG: 133,
MSP_GPS_RESCUE: 135,
MSP_VTXTABLE_BAND: 137,
MSP_VTXTABLE_POWERLEVEL: 138,
MSP_STATUS_EX: 150,
MSP_UID: 160,
@ -148,6 +151,9 @@ var MSPCodes = {
MSP_SET_COMPASS_CONFIG: 224,
MSP_SET_GPS_RESCUE: 225,
MSP_SET_VTXTABLE_BAND: 227,
MSP_SET_VTXTABLE_POWERLEVEL: 228,
MSP_MODE_RANGES_EXTRA: 238,
MSP_SET_ACC_TRIM: 239,
MSP_ACC_TRIM: 240,