mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
Report logic condiotion activation status
This commit is contained in:
parent
e3b89453e8
commit
9c627f7445
9 changed files with 109 additions and 1 deletions
|
@ -207,6 +207,7 @@ var MSPCodes = {
|
|||
MSP2_INAV_SET_SERVO_MIXER: 0x2021,
|
||||
MSP2_INAV_LOGIC_CONDITIONS: 0x2022,
|
||||
MSP2_INAV_SET_LOGIC_CONDITIONS: 0x2023,
|
||||
MSP2_INAV_LOGIC_CONDITIONS_STATUS: 0x2026,
|
||||
|
||||
MSP2_PID: 0x2030,
|
||||
MSP2_SET_PID: 0x2031,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue