1
0
Fork 0
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:
U-PAWEL-X220\pawel 2017-01-04 19:37:59 +01:00
parent 429075efa5
commit e59726e204
3 changed files with 53 additions and 1 deletions

View file

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