mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: reserve RX aux functions 248-249 for Skybrush
This commit is contained in:
parent
5e7622d593
commit
1ae299b717
|
@ -240,6 +240,9 @@ public:
|
|||
AIRBRAKE = 210, // manual airbrake control
|
||||
WALKING_HEIGHT = 211, // walking robot height input
|
||||
|
||||
// inputs 248-249 are reserved for the Skybrush fork at
|
||||
// https://github.com/skybrush-io/ardupilot
|
||||
|
||||
// inputs for the use of onboard lua scripting
|
||||
SCRIPTING_1 = 300,
|
||||
SCRIPTING_2 = 301,
|
||||
|
|
Loading…
Reference in New Issue