mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 06:15:11 +03:00
Add ability to read Programming PID status via MSP
This commit is contained in:
parent
561b288919
commit
0d66fd4c54
6 changed files with 63 additions and 6 deletions
|
@ -213,6 +213,7 @@ var MSPCodes = {
|
|||
MSP2_INAV_GVAR_STATUS: 0x2027,
|
||||
MSP2_INAV_PROGRAMMING_PID: 0x2028,
|
||||
MSP2_INAV_SET_PROGRAMMING_PID: 0x2029,
|
||||
MSP2_INAV_PROGRAMMING_PID_STATUS: 0x202A,
|
||||
|
||||
MSP2_PID: 0x2030,
|
||||
MSP2_SET_PID: 0x2031,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue