Add Programming switch (#4)

* Add support for programming switch

* Update README.md documentation
This commit is contained in:
dbisu
2021-08-21 16:33:26 -05:00
committed by GitHub
parent 45b302aec0
commit 68ac3b1706
3 changed files with 37 additions and 18 deletions

View File

@@ -30,3 +30,8 @@ $ cp duckyinpython.py /<path to media device>/code.py
Copy your Ducky Scipt file as payload.dd
$ cp <duckyscriptfile> /path to media device>/payload.dd
# NEW: added support for a programming switch.
Tie pin 0 (GPIO0) to pin 3 (GND) to not automatically run payloads.
Easiest way to do this is to add a jumper wire between those pins.
![jumper wire](pics/jumper.png)