1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

RTH and Landing settings

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-05-17 20:45:50 +02:00
parent fd4c1b5b6b
commit eb4eff59fb
7 changed files with 526 additions and 93 deletions

View file

@ -16,6 +16,9 @@ var MSPCodes = {
MSP_POSITION_ESTIMATION_CONFIG: 16,
MSP_SET_POSITION_ESTIMATION_CONFIG: 17,
MSP_RTH_AND_LAND_CONFIG: 21,
MSP_SET_RTH_AND_LAND_CONFIG: 22,
// MSP commands for Cleanflight original features
MSP_CHANNEL_FORWARDING: 32,
MSP_SET_CHANNEL_FORWARDING: 33,