1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

MSP layer for global functions

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-04-05 18:09:15 +02:00
parent 7f4ec9a559
commit 554bec3606
6 changed files with 154 additions and 0 deletions

View file

@ -207,6 +207,8 @@ var MSPCodes = {
MSP2_INAV_SET_SERVO_MIXER: 0x2021,
MSP2_INAV_LOGIC_CONDITIONS: 0x2022,
MSP2_INAV_SET_LOGIC_CONDITIONS: 0x2023,
MSP2_INAV_GLOBAL_FUNCTIONS: 0x2024,
MSP2_INAV_SET_GLOBAL_FUNCTIONS: 0x2025,
MSP2_INAV_LOGIC_CONDITIONS_STATUS: 0x2026,
MSP2_PID: 0x2030,