Make NTU Hackathon
/
Program4_mbedClient
a simple mbed client example
Fork of mbed-os-example-client by
configs/eth_v4.json
- Committer:
- mbed_official
- Date:
- 2016-12-13
- Revision:
- 45:b150e0aa009c
- Child:
- 62:077cbce2bd10
File content as of revision 45:b150e0aa009c:
{ "config": { "network-interface":{ "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD", "value": "ETHERNET" } }, "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], "target_overrides": { "*": { "target.features_add": ["LWIP", "COMMON_PAL"], "lwip.ipv4-enabled": true, "lwip.ipv6-enabled": false, "mbed-trace.enable": 0 } } }