Masa Kovacevic 2020/0229
Dependencies: 19E042PIM_MB_PINS
Diff: mbed_app.json
- Revision:
- 0:6380a1c94d6c
- Child:
- 2:c7fcce20f023
diff -r 000000000000 -r 6380a1c94d6c mbed_app.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Thu Nov 25 18:58:24 2021 +0000 @@ -0,0 +1,25 @@ +{ + "config": { + "wifi-ssid": { + "help": "WIFI SSID", + "value": "\"testing1\"" + }, + "wifi-password": { + "help": "Wifi Password", + "value": "\"testing1\"" + } + }, + "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 + } + } +} \ No newline at end of file