NuMaker mbed cloud v1.2 example

This example has been used on the following platforms

Follow these instructions to get credentials https://cloud.mbed.com/docs/v1.2/quick-start/connecting-your-device-to-mbed-cloud.html

https://os.mbed.com/media/cache/platforms/NuMaker-PFM-NUC472Small.png.170x170_q85.png

https://os.mbed.com/media/cache/platforms/NuMaker-PFM-M487.png.170x170_q85.png

Revision:
11:96f41e7c9638
Parent:
9:5c7c3e367ce6
--- a/mbed_app.json	Tue Mar 20 16:20:59 2018 +0800
+++ b/mbed_app.json	Tue Apr 17 20:57:11 2018 +0800
@@ -40,9 +40,21 @@
         }        
     },
     "config": {
+        "network-interface":{
+            "help": "options are ETHERNET,WIFI",
+            "value": "WIFI"
+        },
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"SSID\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"password\""
+        },    
         "developer-mode": {
             "help": "Enable Developer mode to skip Factory enrollment",
             "value": 1
-        }
+        }        
     }
 }