1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

intermediate: cibuild for nodemcu

This commit is contained in:
andreas
2023-10-06 21:36:20 +02:00
parent 10058cfeec
commit 82c98eec15
4 changed files with 109 additions and 14 deletions

View File

@@ -80,11 +80,33 @@ types:
- label: 'Serial'
children:
- *m5grooveserial
- &gpiopin
type: dropdown
resource: "gpio:"
values:
- {label: unset,value:}
- 0
- 1
- 2
- &serial1
type: frame
label: 'Serial 1'
key: serial1
children:
- <<: *gpiopin
label: RX
target: "define:GWSERIAL_RX"
- <<: *gpiopin
label: TX
target: "define:GWSERIAL_TX"
resources:
default: &esp32default
serial: 2
can: 1
i2c: 1
i2c: 1
gpio: 1
config:
children:
@@ -108,4 +130,10 @@ config:
resource: *esp32default
children:
- *m5base
- *m5groove
- *m5groove
- value: nodemcu-generic
label: nodemcu
description: "Node mcu"
resource: *esp32default
children:
- *serial1