Open suraj022 opened 4 years ago
Describe the bug Code with HID based extensions i.e. keyboard, mouse, gamepad doesn't work unless I add a pause in on start block.
on start
To Reproduce Steps to reproduce the behavior:
forever
Expected behavior OS should recognize the respective device and should function as expected.
Actual behaviour OS doesn't recognize any device.
workaround just add a pause of atlease 100ms on the on start block
potential fix the board should wait for HID to initialize before starting the code.
Desktop (please complete the following information):
Additional context test code: not working working
Describe the bug Code with HID based extensions i.e. keyboard, mouse, gamepad doesn't work unless I add a pause in
on start
block.To Reproduce Steps to reproduce the behavior:
on start
orforever
block.Expected behavior OS should recognize the respective device and should function as expected.
Actual behaviour OS doesn't recognize any device.
workaround just add a pause of atlease 100ms on the
on start
blockpotential fix the board should wait for HID to initialize before starting the code.
Desktop (please complete the following information):
Additional context test code: not working working