Student project, Faculty of Electrical Engineering, University of Belgrade

Dependencies:   SSD1308_128x64_I2C Adafruit_GFX 19E042PIM_MB_PINS

Committer:
oljakovljevic
Date:
Wed Jul 13 15:07:00 2022 +0000
Revision:
2:4c2c7c8d608b
Parent:
0:6380a1c94d6c
Student project, Faculty of Electrical Engineering, University of Belgrade

Who changed what in which revision?

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