Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit a9a0e7e

Browse files
committed
back to what I know works
1 parent d2fad69 commit a9a0e7e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/Firething_ESP8266/Firething_ESP8266.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ void setup() {
3838
void loop() {
3939
fire_thing.Loop();
4040

41-
if (i++ % 10) {
42-
Serial.print(".");
43-
}else {
44-
Serial.println(".");
45-
}
46-
delay(100);
41+
Serial.println(".");
42+
delay(250);
4743
}

0 commit comments

Comments
 (0)