Changes to enabled on-line compiler

Revision:
0:082731ede69f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Wed May 30 20:59:51 2018 +0000
@@ -0,0 +1,29 @@
+{
+    "macros": [
+        "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
+        "ENABLE_IOT_INFO=1",
+        "ENABLE_IOT_WARN=1",
+        "ENABLE_IOT_ERROR=1",
+        "DEFAULT_APN=\"m2m.com.attz\""
+    ],
+    "config": {
+        "network-interface":{
+            "help": "options are ETHERNET, CELLULAR_WNC14A2A, CELLULAR_BG96",
+            "value": "CELLULAR_BG96"
+        },
+        "bg96-debug": {
+            "help" : "enable or disable BG96 debug messages.",
+            "value": "false"
+        },
+        "bg96-debug_setting": {
+            "help" : "bit value 1 and/or 2 enable debug output, bit value 4 enables mbed driver debug output.",
+            "value": "0xac"
+        }
+    },
+    "target_overrides": {
+        "*": {
+             "platform.stdio-baud-rate": 115200,
+             "platform.stdio-convert-newlines": true
+        }
+    }
+}