mirror of
https://github.com/okalachev/flix.git
synced 2026-01-12 22:17:45 +00:00
Rename RC_CHANNEL_AUX to RC_CHANNEL_ARMED
This commit is contained in:
@@ -90,7 +90,7 @@ void handleMavlink(const void *_msg) {
|
||||
controls[RC_CHANNEL_ROLL] = manualControl.y / 1000.0f * MAVLINK_CONTROL_SCALE;
|
||||
controls[RC_CHANNEL_YAW] = manualControl.r / 1000.0f * MAVLINK_CONTROL_SCALE;
|
||||
controls[RC_CHANNEL_MODE] = 1; // STAB mode
|
||||
controls[RC_CHANNEL_AUX] = 1; // armed
|
||||
controls[RC_CHANNEL_ARMED] = 1; // armed
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user