mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
backend layer for MSP_NAV_POSHOLD
This commit is contained in:
parent
429075efa5
commit
e59726e204
3 changed files with 53 additions and 1 deletions
|
@ -10,6 +10,9 @@ var MSPCodes = {
|
|||
MSP_INAV_PID: 6,
|
||||
MSP_SET_INAV_PID: 7,
|
||||
|
||||
MSP_NAV_POSHOLD: 12,
|
||||
MSP_SET_NAV_POSHOLD: 13,
|
||||
|
||||
// MSP commands for Cleanflight original features
|
||||
MSP_CHANNEL_FORWARDING: 32,
|
||||
MSP_SET_CHANNEL_FORWARDING: 33,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue