Skip to content

delay after connection request #239

@elcomit

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

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