Skip to content

Commit 9b9db20

Browse files
committed
Adjust ChipDetect blink timng
1 parent dae5f01 commit 9b9db20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftduino/libraries/FtduinoSimple/examples/ChipDetect/ChipDetect.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ void loop() {
115115
for(char i=0;i<chip;i++)
116116
blink(100);
117117

118-
delay(1000);
118+
delay(1500 - 200 * chip);
119119
}

0 commit comments

Comments
 (0)