mbed-os-example-wifi-custom-DISCO_F413ZH

mbed_app_esp8266.json

Committer:
Daniel_Lee
Date:
2019-09-20
Revision:
100:0f48ae8831da
Parent:
95:19412faf3667

File content as of revision 100:0f48ae8831da:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"PASSWORD\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true,
            "esp8266.provide-default" : true
        }
    }
}