Change default delay to 50 ms
This commit is contained in:
parent
aef35f96a0
commit
23e491b424
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue