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:
@@ -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
|
||||
Reference in New Issue
Block a user