-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels