Mihajlo Djordjevic 2020/438

Dependencies:   Adafruit_GFX 19E042PIM_MB_PINS

mbed_app.json

Committer:
mixidj
Date:
2021-12-11
Revision:
1:a1bf28d2dbdb
Parent:
0:3e4e1cfbfd0d

File content as of revision 1:a1bf28d2dbdb:

{
    "config": {
        "wifi-ssid": {
            "help": "WIFI SSID",
            "value": "\"cvele97\""
        },
        "wifi-password": {
            "help": "Wifi Password",
            "value": "\"ekonomskitigar2021\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        },
        "NUCLEO_L476RG": {
            "target.network-default-interface-type": "WIFI",
            "esp8266.tx"                           : "PC_4",
            "esp8266.rx"                           : "PC_5",
            "esp8266.provide-default"              : true,
            "drivers.uart-serial-rxbuf-size"       : 1024,
            "drivers.uart-serial-txbuf-size"       : 1024
        }
    }    
}