Nenad Tepavac 2020/0028

Dependencies:   mbed Adafruit_GFX 19E042PIM_MB_PINS

Committer:
ostoja
Date:
Mon Jan 17 16:01:04 2022 +0000
Revision:
0:981049ce9511
Nenad Tepavac 2020/0028;

Who changed what in which revision?

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