1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

Add support for MSPV2_INAV_DEBUG

This commit is contained in:
Michel Pastor 2018-12-02 23:37:39 +01:00
parent 9fc446981f
commit 07bb404a07
4 changed files with 82 additions and 4 deletions

View file

@ -189,5 +189,7 @@ var MSPCodes = {
MSP2_INAV_MC_BRAKING: 0x200B,
MSP2_INAV_SET_MC_BRAKING: 0x200C,
MSP2_INAV_SELECT_BATTERY_PROFILE: 0x2018
MSP2_INAV_SELECT_BATTERY_PROFILE: 0x2018,
MSP2_INAV_DEBUG: 0x2019
};