From eec4e45e9b9c51387c84bab66e4187a4a67aa370 Mon Sep 17 00:00:00 2001 From: ericmatgithub <46530786+ericmatgithub@users.noreply.github.com> Date: Wed, 9 Jan 2019 16:20:08 +0100 Subject: [PATCH] Update LG01_ThingSpeak_RESTful_Single_Data.ino int hh has been defined. h not --- .../LG01_ThingSpeak_RESTful_Single_Data.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Dragino/examples/IoTServer/ThingSpeak/LG01_ThingSpeak_RESTful_Single_Data/LG01_ThingSpeak_RESTful_Single_Data.ino b/libraries/Dragino/examples/IoTServer/ThingSpeak/LG01_ThingSpeak_RESTful_Single_Data/LG01_ThingSpeak_RESTful_Single_Data.ino index 5bef81a..793561d 100644 --- a/libraries/Dragino/examples/IoTServer/ThingSpeak/LG01_ThingSpeak_RESTful_Single_Data/LG01_ThingSpeak_RESTful_Single_Data.ino +++ b/libraries/Dragino/examples/IoTServer/ThingSpeak/LG01_ThingSpeak_RESTful_Single_Data/LG01_ThingSpeak_RESTful_Single_Data.ino @@ -133,7 +133,7 @@ void loop() dataString +="."; dataString += tl; //dataString ="field2="; - //dataString += h; + //dataString += hh; uploadData(); // dataString="";