Jovan Jovanovic 2019/0469

Dependencies:   19E042PIM_MB_PINS

Committer:
dzombah
Date:
Mon Jan 17 16:12:11 2022 +0000
Revision:
0:01c4b34da6d2
; Jovan Jovanovic 2019/0469

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dzombah 0:01c4b34da6d2 1 {
dzombah 0:01c4b34da6d2 2 "config": {
dzombah 0:01c4b34da6d2 3 "wifi-ssid": {
dzombah 0:01c4b34da6d2 4 "help": "WIFI SSID",
dzombah 0:01c4b34da6d2 5 "value": "\"cvele97\""
dzombah 0:01c4b34da6d2 6 },
dzombah 0:01c4b34da6d2 7 "wifi-password": {
dzombah 0:01c4b34da6d2 8 "help": "Wifi Password",
dzombah 0:01c4b34da6d2 9 "value": "\"ekonomskitigar2022\""
dzombah 0:01c4b34da6d2 10 }
dzombah 0:01c4b34da6d2 11 },
dzombah 0:01c4b34da6d2 12 "target_overrides": {
dzombah 0:01c4b34da6d2 13 "*": {
dzombah 0:01c4b34da6d2 14 "platform.stdio-convert-newlines": true
dzombah 0:01c4b34da6d2 15 },
dzombah 0:01c4b34da6d2 16 "NUCLEO_L476RG": {
dzombah 0:01c4b34da6d2 17 "target.network-default-interface-type": "WIFI",
dzombah 0:01c4b34da6d2 18 "esp8266.tx" : "PC_4",
dzombah 0:01c4b34da6d2 19 "esp8266.rx" : "PC_5",
dzombah 0:01c4b34da6d2 20 "esp8266.provide-default" : true,
dzombah 0:01c4b34da6d2 21 "drivers.uart-serial-rxbuf-size" : 1024,
dzombah 0:01c4b34da6d2 22 "drivers.uart-serial-txbuf-size" : 1024
dzombah 0:01c4b34da6d2 23 }
dzombah 0:01c4b34da6d2 24 }
dzombah 0:01c4b34da6d2 25 }