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
As the issue title states, the REPEAT command has a limit to how many times it will repeat until it overflows back to 1.
It's around 255, but the numbers are sometimes inconsistent.
The text was updated successfully, but these errors were encountered:
You might want to try and change the type of repeats from uint8_t to uint16_t in this line and recompile the firmware.
repeats
uint8_t
uint16_t
duckyPad/firmware/code/Src/parser.c
Line 1012 in 5e5d802
Edit: alternatively you may want to try https://github.com/dekuNukem/duckyPad/blob/master/duckyscript3_beta_test.md which removes this limitation.
Sorry, something went wrong.
No branches or pull requests
As the issue title states, the REPEAT command has a limit to how many times it will repeat until it overflows back to 1.
It's around 255, but the numbers are sometimes inconsistent.
The text was updated successfully, but these errors were encountered: