mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
Rate dynamics MSP layer
This commit is contained in:
parent
8eac6a7da3
commit
6be6c93152
3 changed files with 45 additions and 2 deletions
|
@ -237,5 +237,8 @@ var MSPCodes = {
|
|||
MSP2_INAV_LOGIC_CONDITIONS_SINGLE: 0x203B,
|
||||
|
||||
MSP2_INAV_LED_STRIP_CONFIG_EX: 0x2048,
|
||||
MSP2_INAV_SET_LED_STRIP_CONFIG_EX: 0x2049
|
||||
MSP2_INAV_SET_LED_STRIP_CONFIG_EX: 0x2049,
|
||||
|
||||
MSP2_INAV_RATE_DYNAMICS: 0x2060,
|
||||
MSP2_INAV_SET_RATE_DYNAMICS: 0x2061
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue