mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-10 01:44:00 -04:00
Sub: Correct joystick transform_manual_control_to_rc_override
Correct override channel number Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
6c12eacd6a
commit
9949c2ca7a
@ -117,7 +117,7 @@ void Sub::transform_manual_control_to_rc_override(int16_t x, int16_t y, int16_t
|
||||
y_last = y;
|
||||
z_last = z;
|
||||
|
||||
hal.rcin->set_overrides(channels, 10);
|
||||
hal.rcin->set_overrides(channels, 11);
|
||||
}
|
||||
|
||||
void Sub::handle_jsbutton_press(uint8_t button, bool shift, bool held)
|
||||
|
Loading…
Reference in New Issue
Block a user