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:
parent
9fc446981f
commit
07bb404a07
4 changed files with 82 additions and 4 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue