We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e369464 commit b9a2075Copy full SHA for b9a2075
1 file changed
HumanlyRandom/HumanlyRandom.pde
@@ -36,7 +36,7 @@ void draw() {
36
37
// creates 60 second countdown once button is pressed
38
timeSinceLastSMS = (millis() - sentSMSTime)/1000;
39
- if (timeSinceLastSMS == 60) {
+ if (timeSinceLastSMS >= 60) {
40
sendSMSButton.enable();
41
}
42
0 commit comments