Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MbedJSONValue mbed-http HTS221
Diff: source/main-http.cpp
- Revision:
- 39:9856f09a1333
- Parent:
- 38:7734b54de565
diff -r 7734b54de565 -r 9856f09a1333 source/main-http.cpp
--- 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) {