wifi test

Dependencies:   X_NUCLEO_IKS01A2 mbed-http

easy-connect/esp8266-driver/mbed_lib.json

Committer:
JMF
Date:
2018-09-05
Revision:
0:24d3eb812fd4

File content as of revision 0:24d3eb812fd4:

{
    "name": "esp8266",
    "config": {
        "tx": {
            "help": "TX pin for serial connection",
            "value": null
        },
        "rx": {
            "help": "RX pin for serial connection",
            "value": null
        },
        "debug": {
            "help": "Enable debug logs",
            "value": false
        }
    },
    "target_overrides": {
         "HEXIWEAR": {
            "tx": "PTD3",
            "rx": "PTD2"
        },
        "NUCLEO_F401RE": {
            "tx": "D8",
            "rx": "D2"
        },
        "NUCLEO_F411RE": {
            "tx": "D8",
            "rx": "D2"
        }
    }
}