Matija Tiosavljevic 2020/0417

Dependencies:   Adafruit_GFX 19E042PIM_MB_PINS

Committer:
tiosavljevicm
Date:
Sat Dec 11 16:19:57 2021 +0000
Revision:
1:d65b573b6340
Parent:
0:82908a60b720
Matija TIosavljevic 2020/0417

Who changed what in which revision?

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