From 985f9a070a7aace86111ad741de660c750c63e78 Mon Sep 17 00:00:00 2001 From: bwees Date: Fri, 26 Jun 2020 17:18:16 -0400 Subject: [PATCH] Update Breadstick.ino --- Breadstick/Breadstick.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Breadstick/Breadstick.ino b/Breadstick/Breadstick.ino index 77db710..36f8d20 100644 --- a/Breadstick/Breadstick.ino +++ b/Breadstick/Breadstick.ino @@ -1,6 +1,7 @@ // Fun little script to mess with your friends. // Opens a powershell instance that downloads a picture of a breadstick (or any other picture that you can download via a link) and copy/pastes it 300 times to the desktop. -// The number of duplications can be chaged by editing the number on line 26 in the "foreach($number in 1..300)" where the number of duplications would be 300 +// The number of duplications can be chaged by editing the number on line 18 in the "foreach($number in 1..300)" where the number of duplications would be 300 +// To change the image to use, change the link in line 15 to one that points directly to an image file (has .jpg or .png on the end of it) #include "DigiKeyboard.h"