Update 'DHT11toMYSQL.ino'

This commit is contained in:
2022-04-05 12:40:11 +02:00
parent 7b6430c7a6
commit 7d765eadca

View File

@@ -18,6 +18,7 @@ String PATH_NAME = "/search";
WiFiClient client; WiFiClient client;
void setup() { void setup() {
//Initialize serial and wait for port to open: //Initialize serial and wait for port to open:
Serial.begin(9600); Serial.begin(9600);
@@ -30,6 +31,7 @@ void setup() {
// Connect to WPA/WPA2 network: // Connect to WPA/WPA2 network:
status = WiFi.begin(ssid, pass); status = WiFi.begin(ssid, pass);
} }
// print the SSID of the network you're attached to: // print the SSID of the network you're attached to:
Serial.print("SSID: "); Serial.print("SSID: ");
Serial.println(WiFi.SSID()); Serial.println(WiFi.SSID());