Skip to content

Commit

Permalink
Update WHID_Elite_v.1.3.1.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
whid-injector committed Nov 29, 2019
1 parent 78ee858 commit c8dd8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WHID_Elite_v.1.3.1/WHID_Elite_v.1.3.1.ino
Expand Up @@ -945,7 +945,7 @@ void loop() {
// delay(2000);
// fona.sendSMS(callerIDbuffer, "Fire In The Hole!");
// delay(1000);
for (int i = 0; i <= 5; i++) {
for (int i = 0; i <= 9; i++) {
//for (int i = 1; i <= 5; i++) { // we don't care to send the same packet sniffed. For Boom PoC.
fona.sendSMS(callerIDbuffer, tobin32(value + i));
delay(1500);
Expand Down

0 comments on commit c8dd8b4

Please sign in to comment.