Skip to content

delay after connection request #239

Description

@elcomit

Hi, in the example code:
....
Serial.println("Connecting mysql...");
if (conn.connect(server_addr, 3306, user, password)) {
delay(1000);
Serial.println("Connection mysql OK.");
// Initiate the query class instance
....

why the delay(1000) is added? Is it mandatory or can it be changed/removed ( and, depending on what?) ?
Thanks
VS

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions