CoAP example application for mbed OS 5

Dependencies:   DHT

Fork of coap-example by sandbox

Revision:
1:113541750e81
Parent:
0:0681e205d0e9
--- a/mbed_app.json	Wed Feb 15 21:18:58 2017 +0100
+++ b/mbed_app.json	Tue Jan 02 21:57:20 2018 +0000
@@ -2,7 +2,7 @@
     "config": {
         "network-interface":{
             "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD",
-            "value": "ETHERNET"
+            "value": "WIFI_ESP8266"
         },
         "mesh_radio_type": {
         	"help": "options are ATMEL, MCR20",
@@ -10,20 +10,20 @@
         },
         "esp8266-tx": {
             "help": "Pin used as TX (connects to ESP8266 RX)",
-            "value": "D1"
+            "value": "D8"
         },
         "esp8266-rx": {
             "help": "Pin used as RX (connects to ESP8266 TX)",
-            "value": "D0"
+            "value": "D2"
         },
         "esp8266-debug": {
-            "value": true
+            "value": false
         },
         "wifi-ssid": {
-            "value": "\"SSID\""
+            "value": "\"netlab1\""
         },
         "wifi-password": {
-            "value": "\"Password\""
+            "value": "\"netlab1@414\""
         },
         "button": {
             "help": "Pin which you'll use as button (can be overriden per target below)",