Skip to content

Commit 8476b43

Browse files
committed
examples/FirebaseRoom: add delay
1 parent 7d3a128 commit 8476b43

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)