Skip to content

Commit 6647ee4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Github_Tutorial.ino

Lines changed: 1 addition & 1 deletion
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)