Skip to content

"delay(10)" after Serial.begin in examples #3496

Closed
@tttapa

Description

@tttapa

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions