Change default delay to 50 ms
This commit is contained in:
parent
aef35f96a0
commit
23e491b424
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user