1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2017-01-23 21:03:29 +01:00
parent 638cf92048
commit 31dad7a826
3 changed files with 48 additions and 0 deletions

View file

@ -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,