19E042PIM v4 z1

Dependencies:   19E042PIM_MB_PINS

Committer:
tzwell
Date:
Sat Nov 27 20:33:49 2021 +0000
Revision:
1:c994530bdb3d
Parent:
0:6380a1c94d6c
Commented in more detail

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",
tzwell 0:6380a1c94d6c 5 "value": "\"testing1\""
tzwell 0:6380a1c94d6c 6 },
tzwell 0:6380a1c94d6c 7 "wifi-password": {
tzwell 0:6380a1c94d6c 8 "help": "Wifi Password",
tzwell 0:6380a1c94d6c 9 "value": "\"testing1\""
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 }