Masa Kovacevic 2020/0229
Dependencies: 19E042PIM_MB_PINS
mbed_app.json@0:6380a1c94d6c, 2021-11-25 (annotated)
- Committer:
- tzwell
- Date:
- Thu Nov 25 18:58:24 2021 +0000
- Revision:
- 0:6380a1c94d6c
- Child:
- 2:c7fcce20f023
first publish first commit
Who changed what in which revision?
User | Revision | Line number | New 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 | } |