From 3036e0adb23f300838cead1f116592706314b130 Mon Sep 17 00:00:00 2001 From: Fabian Daume Date: Tue, 5 Apr 2022 12:28:09 +0200 Subject: [PATCH] Update 'DHT11toMYSQL.ino' --- DHT11toMYSQL.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;