mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +03:00
backend for MSP_POSITION_ESTIMATION_CONFIG
This commit is contained in:
parent
638cf92048
commit
31dad7a826
3 changed files with 48 additions and 0 deletions
|
@ -13,6 +13,9 @@ var MSPCodes = {
|
|||
MSP_NAV_POSHOLD: 12,
|
||||
MSP_SET_NAV_POSHOLD: 13,
|
||||
|
||||
MSP_POSITION_ESTIMATION_CONFIG: 16,
|
||||
MSP_SET_POSITION_ESTIMATION_CONFIG: 17,
|
||||
|
||||
// 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