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:
parent
fd4c1b5b6b
commit
eb4eff59fb
7 changed files with 526 additions and 93 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue