hw3_21300515

Fork of coap-example by sandbox

Revision:
1:4d65f05c7d2f
Parent:
0:0681e205d0e9
--- a/mbed_app.json	Wed Feb 15 21:18:58 2017 +0100
+++ b/mbed_app.json	Tue Jan 02 12:36:15 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
         },
         "wifi-ssid": {
-            "value": "\"SSID\""
+            "value": "\"netlab2\""
         },
         "wifi-password": {
-            "value": "\"Password\""
+            "value": "\"netlab2@414\""
         },
         "button": {
             "help": "Pin which you'll use as button (can be overriden per target below)",