1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

support extended bbl denom

This commit is contained in:
Jonathan Hudson 2019-02-03 18:44:59 +00:00
parent 3c19c15782
commit 99699ee6f3
3 changed files with 33 additions and 10 deletions

View file

@ -194,5 +194,8 @@ var MSPCodes = {
MSP2_INAV_SELECT_BATTERY_PROFILE: 0x2018,
MSP2_INAV_DEBUG: 0x2019
MSP2_INAV_DEBUG: 0x2019,
MSP2_BLACKBOX_CONFIG: 0x201A,
MSP2_SET_BLACKBOX_CONFIG: 0x201B
};