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