thingspark example

Dependencies:   MbedJSONValue mbed-http HTS221

Files at this revision

API Documentation at this revision

Comitter:
Jan Jongboom
Date:
Tue Oct 30 11:11:11 2018 +0800
Parent:
32:5fa61ebc2689
Child:
34:7da6cfc032fc
Commit message:
Revert back to DEMO_HTTP

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
source/select-demo.h Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Tue Oct 30 11:07:46 2018 +0800
+++ b/README.md	Tue Oct 30 11:11:11 2018 +0800
@@ -52,3 +52,4 @@
 * NUCLEO_F411RE with ESP8266.
 * ODIN-W2 with WiFi.
 * K64F with Atmel 6LoWPAN shield.
+* [Mbed Simulator](https://github.com/janjongboom/mbed-simulator).
--- a/source/select-demo.h	Tue Oct 30 11:07:46 2018 +0800
+++ b/source/select-demo.h	Tue Oct 30 11:11:11 2018 +0800
@@ -8,6 +8,6 @@
 #define         DEMO_HTTPS_SOCKET_REUSE     5
 #define         DEMO_HTTPS_CHUNKED_REQUEST  6
 
-#define         DEMO            DEMO_HTTPS_CHUNKED_REQUEST
+#define         DEMO            DEMO_HTTP
 
 #endif // _SELECT_METHOD_H_