19E042PIM 2021/22 T3 Key

Dependencies:   Adafruit_GFX 19E042PIM_MB_PINS

Committer:
tzwell
Date:
Wed Dec 15 22:31:26 2021 +0000
Revision:
0:e60b621e14a5
Test 3 key, first commit.

Who changed what in which revision?

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