We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: