diff --git a/DHT11toMYSQL.ino b/DHT11toMYSQL.ino index 8673b1c..ad328de 100644 --- a/DHT11toMYSQL.ino +++ b/DHT11toMYSQL.ino @@ -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;