From c3b8aa962dc8c4210e61e65593aaf14927b44ac4 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Mon, 10 Jul 2023 14:59:21 -0300 Subject: [PATCH] Sub: change default Joystick trim step --- ArduSub/joystick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduSub/joystick.cpp b/ArduSub/joystick.cpp index 2eab85deb0..35692d683c 100644 --- a/ArduSub/joystick.cpp +++ b/ArduSub/joystick.cpp @@ -1,6 +1,6 @@ #include "Sub.h" -#define TRIM_STEP 0.5 // trim step in degrees +#define TRIM_STEP 1.0 // trim step in degrees // Functions that will handle joystick/gamepad input // ----------------------------------------------------------------------------