Update 'DHT11toMYSQL.ino'

This commit is contained in:
2022-04-05 12:28:09 +02:00
parent b1c39b89bf
commit 3036e0adb2

View File

@@ -11,8 +11,8 @@ char pass[] = ""; // your network password (use for WPA, or use as key for WEP)
int keyIndex = 0 // your network key index number (needed only for WEP)
int status = WL_IDLE_STATUS;
IPAddress server(74,125,232,128); // numeric IP for Google (no DNS)
//char server = "www.google.com"; // name address for Google (using DNS)
IPAddress server(,,,); // numeric IP (no DNS)
//char server = ""; // name address (using DNS)
String PATH_NAME = "/search";
WiFiClient client;