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

add mandatory flags for values

This commit is contained in:
andreas
2023-10-09 19:01:05 +02:00
parent 7b6fa4b784
commit 4a93dd8fa4
2 changed files with 17 additions and 2 deletions

View File

@@ -146,9 +146,11 @@ types:
- <<: *gpiopin
key: RX
target: "define:GWSERIAL_RX"
mandatory: true
- <<: *gpiopin
key: TX
target: "define:GWSERIAL_TX"
mandatory: true
- key: bi
value: 2
label: "BiDir"
@@ -157,9 +159,11 @@ types:
- <<: *gpiopin
key: RX
target: "define:GWSERIAL_RX"
mandatory: true
- <<: *gpiopin
key: TX
target: "define:GWSERIAL_TX"
mandatory: true
- key: rx
value: 3
label: "RX"
@@ -168,6 +172,7 @@ types:
- <<: *gpiopin
key: RX
target: "define:GWSERIAL_RX"
mandatory: true
- key: tx
value: 1
label: "TX"
@@ -176,6 +181,7 @@ types:
- <<: *gpiopin
key: TX
target: "define:GWSERIAL_TX"
mandatory: true
resources:
default: &esp32default
serial: 2