diff --git a/Joystick.h b/Joystick.h index 7819258..0d19c95 100644 --- a/Joystick.h +++ b/Joystick.h @@ -29,7 +29,7 @@ bool operator !=(JoyReport a, JoyReport b); class Joystick { public: - Joystick(uint8_t release_delay = 250, bool debug=false); + Joystick(uint8_t release_delay = 50, bool debug = false); void Init(); void Update();