CO528 - Assessment 3 - Guard Room Project

Dependencies:   C12832 MMA7660 mbed-http

Fork of http-example by sandbox

Revision:
2:4b4ac59ff9b0
Parent:
0:85fdc69bc10c
Child:
5:42f713b19337
--- a/mbed_app.json	Thu Feb 16 11:13:40 2017 +0100
+++ b/mbed_app.json	Thu Feb 16 11:48:57 2017 +0100
@@ -1,6 +1,6 @@
 {
     "config": {
-        "network-interface":{
+        "network-interface": {
             "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
             "value": "ETHERNET"
         },
@@ -24,11 +24,6 @@
         },
         "wifi-password": {
             "value": "\"Password\""
-        },
-        "http-buffer-size": {
-            "help": "Size of the HTTP receive buffer in bytes",
-            "value": 8096,
-            "macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
         }
     },
     "macros": [ "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"", "MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES" ],
@@ -37,7 +32,8 @@
             "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
             "mbed-mesh-api.6lowpan-nd-channel-page": 0,
             "mbed-mesh-api.6lowpan-nd-channel": 12,
-            "mbed-trace.enable": 0
+            "mbed-trace.enable": 0,
+            "mbed-http.http-buffer-size": 8192
         },
         "HEXIWEAR": {
             "esp8266-tx": "PTD3",