mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
SITL: added comment on heli interlock
This commit is contained in:
parent
8681911a0b
commit
f3f34be9c4
@ -262,6 +262,10 @@ bool XPlane::receive_data(void)
|
||||
break;
|
||||
|
||||
case Generator:
|
||||
/*
|
||||
in order to get interlock switch on helis we map the
|
||||
"generator1 on/off" function of XPlane 10 to channel 8.
|
||||
*/
|
||||
rcin_chan_count = 8;
|
||||
rcin[7] = data[1];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user