1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

Merge pull request #481 from iNavFlight/agh_vtx_settings

Add support for latest VTX changes
This commit is contained in:
Alberto García Hierro 2018-06-22 09:20:38 +01:00 committed by GitHub
commit f13231be9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 236 additions and 3 deletions

View file

@ -66,6 +66,8 @@ var MSPCodes = {
MSP_SET_OSD_CONFIG: 85,
MSP_OSD_CHAR_READ: 86,
MSP_OSD_CHAR_WRITE: 87,
MSP_VTX_CONFIG: 88,
MSP_SET_VTX_CONFIG: 89,
MSP_ADVANCED_CONFIG: 90,
MSP_SET_ADVANCED_CONFIG: 91,
MSP_FILTER_CONFIG: 92,