thingspark example

Dependencies:   MbedJSONValue mbed-http HTS221

Revision:
39:9856f09a1333
Parent:
38:7734b54de565
--- a/source/main-https.cpp	Sat Dec 28 07:53:23 2019 +0000
+++ b/source/main-https.cpp	Sun Dec 29 03:14:52 2019 +0000
@@ -15,7 +15,7 @@
 static HTS221Sensor hum_temp(&devI2c);
 
 char* thingspark_URL = "https://api.thingspark.kr";
-char* thingspark_APIkey = "1yUxh3Dh77DUQyOt";
+char* thingspark_APIkey = "CHANGE API KEY";
 char urlBuffer[256];