Change default delay to 50 ms

This commit is contained in:
Anna Rose 2021-12-22 22:08:26 +00:00
parent aef35f96a0
commit 23e491b424

View File

@ -29,7 +29,7 @@ bool operator !=(JoyReport a, JoyReport b);
class Joystick { class Joystick {
public: public:
Joystick(uint8_t release_delay = 250, bool debug=false); Joystick(uint8_t release_delay = 50, bool debug = false);
void Init(); void Init();
void Update(); void Update();