mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
Get GVAR status from FC
This commit is contained in:
parent
1f92a1383a
commit
f85a17d1ad
7 changed files with 61 additions and 8 deletions
|
@ -210,6 +210,7 @@ var MSPCodes = {
|
|||
MSP2_INAV_GLOBAL_FUNCTIONS: 0x2024,
|
||||
MSP2_INAV_SET_GLOBAL_FUNCTIONS: 0x2025,
|
||||
MSP2_INAV_LOGIC_CONDITIONS_STATUS: 0x2026,
|
||||
MSP2_INAV_GVAR_STATUS: 0x2027,
|
||||
|
||||
MSP2_PID: 0x2030,
|
||||
MSP2_SET_PID: 0x2031,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue