Skip to content

Commit 1197cdc

Browse files
committed
Merge pull request FirebaseExtended#154 from proppy/delay
examples/FirebaseRoom: add delay
2 parents 026ebde + 8476b43 commit 1197cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/FirebaseRoom_ESP8266/FirebaseRoom_ESP8266.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ void loop() {
8181
light = newLight;
8282
Firebase.setFloat("sunlight", light);
8383
}
84+
delay(200);
8485
}

0 commit comments

Comments
 (0)