thingspark example
Dependencies: MbedJSONValue mbed-http HTS221
Revision 15:65a49b573ba5, committed 2017-07-27
- Comitter:
- Jan Jongboom
- Date:
- Thu Jul 27 15:08:59 2017 +0200
- Parent:
- 14:3c173847e681
- Child:
- 16:1374b4c35897
- Commit message:
- Update easy-connect and mbed-os
Changed in this revision
--- a/easy-connect.lib Thu Mar 30 15:15:47 2017 +0200 +++ b/easy-connect.lib Thu Jul 27 15:08:59 2017 +0200 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/easy-connect/#a913964341394430cd3997c6f2950f93ba1d75c8 +https://github.com/ARMmbed/easy-connect/#298f798045ecdf353c1108bd2c699607dcb1493f
--- a/mbed-os.lib Thu Mar 30 15:15:47 2017 +0200 +++ b/mbed-os.lib Thu Jul 27 15:08:59 2017 +0200 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#269f58d75b752a4e67a6a2d8c5c698635ffd6752 +https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72 \ No newline at end of file
--- a/mbed_app.json Thu Mar 30 15:15:47 2017 +0200
+++ b/mbed_app.json Thu Jul 27 15:08:59 2017 +0200
@@ -18,7 +18,7 @@
},
"esp8266-debug": {
"value": false
- },
+ },
"wifi-ssid": {
"value": "\"SSID\""
},
@@ -26,7 +26,8 @@
"value": "\"Password\""
}
},
- "macros": [ "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"", "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES" ],
+ "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
+ "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES" ],
"target_overrides": {
"*": {
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
--- a/source/main-http-socket-reuse.cpp Thu Mar 30 15:15:47 2017 +0200
+++ b/source/main-http-socket-reuse.cpp Thu Jul 27 15:08:59 2017 +0200
@@ -21,7 +21,7 @@
int main() {
pc.baud(115200);
// Connect to the network (see mbed_app.json for the connectivity method used)
- NetworkInterface *network = easy_connect(true);
+ NetworkInterface* network = easy_connect(true);
if (!network) {
printf("Cannot connect to the network, see serial output");
return 1;
--- a/source/main-http.cpp Thu Mar 30 15:15:47 2017 +0200
+++ b/source/main-http.cpp Thu Jul 27 15:08:59 2017 +0200
@@ -21,7 +21,7 @@
int main() {
pc.baud(115200);
// Connect to the network (see mbed_app.json for the connectivity method used)
- NetworkInterface *network = easy_connect(true);
+ NetworkInterface* network = easy_connect(true);
if (!network) {
printf("Cannot connect to the network, see serial output");
return 1;