Update 'DHT11toMYSQL.ino'

This commit is contained in:
2022-04-05 12:30:50 +02:00
parent 3036e0adb2
commit 7b6430c7a6

View File

@@ -76,5 +76,5 @@ if(!client.connected())
// if the server's disconnected, stop the client:
Serial.println("disconnected");
client.stop();
}
}
}