Wio 3G with Firebase example
Fork of Wio_3G_HTTP-GET-example by
Diff: mbed_app.json
- Revision:
- 77:0194cca4103b
- Parent:
- 76:fe9dd61c5f5c
- Child:
- 79:7cade4176d12
--- a/mbed_app.json Wed Aug 22 05:27:25 2018 +0000
+++ b/mbed_app.json Thu Aug 23 04:01:41 2018 +0000
@@ -3,10 +3,6 @@
],
"config": {
"sock-type": "TCP",
- "sim-pin-code": {
- "help": "SIM PIN code",
- "value": "\"0000\""
- },
"cellular_sim_pin": {
"help": "SIM PIN code",
"value": "\"0000\""
@@ -42,56 +38,18 @@
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
"value": "CELLULAR_ONBOARD"
- },
- "mesh_radio_type": {
- "help": "options are ATMEL, MCR20",
- "value": "ATMEL"
- },
- "esp8266-tx": {
- "help": "Pin used as TX (connects to ESP8266 RX)",
- "value": "D1"
- },
- "esp8266-rx": {
- "help": "Pin used as RX (connects to ESP8266 TX)",
- "value": "D0"
- },
- "wifi-ssid": {
- "value": "\"AirPort38991\""
- },
- "wifi-password": {
- "value": "\"3060025132786\""
- },
- "esp8266-debug": {
- "value": null
}
},
"target_overrides": {
"*": {
- "target.features_add": ["LWIP","NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
+ "target.features_add": ["LWIP"],
"lwip.ipv4-enabled": true,
"lwip.ethernet-enabled": false,
"lwip.ppp-enabled": true,
"lwip.tcp-enabled": true,
- "mbed-mesh-api.6lowpan-nd-channel-page": 0,
- "mbed-mesh-api.6lowpan-nd-channel": 12,
"mbed-trace.enable": 1,
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": false
- },
- "RZ_A1H": {
- "target.macros_add": ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"]
- },
- "HEXIWEAR": {
- "esp8266-tx": "PTD3",
- "esp8266-rx": "PTD2"
- },
- "NUCLEO_F401RE": {
- "esp8266-tx": "D8",
- "esp8266-rx": "D2"
- },
- "NUCLEO_F411RE": {
- "esp8266-tx": "D8",
- "esp8266-rx": "D2"
- }
+ }
}
}
Toyomasa Watarai
