Skip to content

Commit 6647ee4

Browse files
committed
Increased delay by 150ms
1 parent 660d091 commit 6647ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github_Tutorial.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ void loop()
2727
Serial.print("The value is: ");
2828
Serial.println(myValue);
2929

30-
delay(100);
30+
delay(250);
3131
}
3232

0 commit comments

Comments
 (0)