Closed
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