Masa Kovacevic 2020/0229
Dependencies: 19E042PIM_MB_PINS
mbed_app.json
- Committer:
- tzwell
- Date:
- 2021-11-25
- Revision:
- 0:6380a1c94d6c
- Child:
- 2:c7fcce20f023
File content as of revision 0:6380a1c94d6c:
{ "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 } } }