Update 'DHT11toMYSQL.ino'
This commit is contained in:
@@ -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 keyIndex = 0 // your network key index number (needed only for WEP)
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
|
|
||||||
IPAddress server(74,125,232,128); // numeric IP for Google (no DNS)
|
IPAddress server(,,,); // numeric IP (no DNS)
|
||||||
//char server = "www.google.com"; // name address for Google (using DNS)
|
//char server = ""; // name address (using DNS)
|
||||||
String PATH_NAME = "/search";
|
String PATH_NAME = "/search";
|
||||||
|
|
||||||
WiFiClient client;
|
WiFiClient client;
|
||||||
|
|||||||
Reference in New Issue
Block a user