Sub: change default Joystick trim step

This commit is contained in:
Willian Galvani 2023-07-10 14:59:21 -03:00
parent f16bbdfbe7
commit c3b8aa962d

View File

@ -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
// ----------------------------------------------------------------------------