Add support for DEFAULT_STRING_DELAY in Bad USB App (#3476)

* Add support for `DEFAULT_STRING_DELAY` in bad_usb
* Format Sources

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Jaroslav Nesterov
2024-03-21 02:18:02 +04:00
committed by GitHub
parent 702ab672bb
commit 1bef579b82
4 changed files with 27 additions and 6 deletions

View File

@@ -97,10 +97,12 @@ Will wait indefinitely for a button to be pressed
## String delay
Delay between keypresses.
| Command | Parameters | Notes |
| ------------ | ----------------- | --------------------------------------------- |
| STRING_DELAY | Delay value in ms | Applied once to next appearing STRING command |
| STRINGDELAY | Delay value in ms | Same as STRING_DELAY |
| Command | Parameters | Notes |
| -------------------- | ----------------- | --------------------------------------------- |
| STRING_DELAY | Delay value in ms | Applied once to next appearing STRING command |
| STRINGDELAY | Delay value in ms | Same as STRING_DELAY |
| DEFAULT_STRING_DELAY | Delay value in ms | Apply to every appearing STRING command |
| DEFAULTSTRINGDELAY | Delay value in ms | Same as DEFAULT_STRING_DELAY |
### Repeat