Milliseconds, not milliseconds * 10. See wiki commit 2202c89544 and https://github.com/hak5darren/USB-Rubber-Ducky/issues/3

This commit is contained in:
Tim Mattison 2014-07-29 03:43:28 -07:00
parent 15e4af1056
commit 2ae4141c30
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Similar to the REM command in Basic and other languages, lines beginning with RE
===DEFAULT_DELAY or DEFAULTDELAY
DEFAULT_DELAY or DEFAULTDELAY is used to define how long (in milliseconds * 10) to wait between each subsequent command. DEFAULT_DELAY must be issued at the beginning of the ducky script and is optional. Not specifying the DEFAULT_DELAY will result in faster execution of ducky scripts. This command is mostly useful when debugging.
DEFAULT_DELAY or DEFAULTDELAY is used to define how long (milliseconds) to wait between each subsequent command. DEFAULT_DELAY must be issued at the beginning of the ducky script and is optional. Not specifying the DEFAULT_DELAY will result in faster execution of ducky scripts. This command is mostly useful when debugging.
^ Command ^ Parameters ^
| DEFAULT_DELAY | 0..-> |
| DEFAULTDELAY | 0..-> |