Skip to content

Commit 79ded68

Browse files
committed
⚡ Add a small delay in the loop
1 parent 386c691 commit 79ded68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ void setup()
3939
void loop()
4040
{
4141
webServer.handleClient();
42+
delay(10);
4243
}
4344

4445
void handleRoot()

0 commit comments

Comments
 (0)