Many examples of the ESP8266WiFi library have this in the setup: ```cpp 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)"](https://github.com/esp8266/Arduino/search?p=2&q=++%22delay%2810%29%3B%22&type=&utf8=%E2%9C%93) Thanks, Pieter