Skip to content

Commit

Permalink
Simulate old repeat behaviour (hiding 4e531cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcomm committed Mar 17, 2021
1 parent db5079b commit d96b37d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dmcomm/dmcomm.ino
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@ void loop() {
Serial.print(F("(paused)"));
}
Serial.println();
if (active && goFirst) {
delay(gofirst_repeat_ms);
}
}

//do it
Expand Down

0 comments on commit d96b37d

Please sign in to comment.