-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
component: examplesgood first issueIf you want to help, this is is a good place to startIf you want to help, this is is a good place to startlevel: easytype: code cleanup
Description
Many examples of the ESP8266WiFi library have this in the setup:
Serial.begin(115200);
delay(10);
What is the purpose of the delay? At first glance, everything seems to work perfectly fine without it.
GitHub search for "delay(10)"
Thanks,
Pieter
Metadata
Metadata
Assignees
Labels
component: examplesgood first issueIf you want to help, this is is a good place to startIf you want to help, this is is a good place to startlevel: easytype: code cleanup