mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-20 17:23:06 +01:00
add S3 and can unit
This commit is contained in:
@@ -22,7 +22,16 @@ types:
|
|||||||
key: m5groovei2c
|
key: m5groovei2c
|
||||||
label: "M5 I2C groove units"
|
label: "M5 I2C groove units"
|
||||||
values:
|
values:
|
||||||
|
- &m5groovecan
|
||||||
|
type: select
|
||||||
|
key: m5groovecan
|
||||||
|
target: define
|
||||||
|
label: "M5 CAN Units"
|
||||||
|
values:
|
||||||
|
- label: "CAN Unit"
|
||||||
|
url: "http://docs.m5stack.com/en/unit/can"
|
||||||
|
description: "M5 Can unit"
|
||||||
|
value: M5_CANUNIT
|
||||||
- &m5grooveserial
|
- &m5grooveserial
|
||||||
type: select
|
type: select
|
||||||
label: "M5 Serial Unit"
|
label: "M5 Serial Unit"
|
||||||
@@ -47,6 +56,7 @@ types:
|
|||||||
values:
|
values:
|
||||||
- label: 'CAN'
|
- label: 'CAN'
|
||||||
children:
|
children:
|
||||||
|
- *m5groovecan
|
||||||
- label: 'I2C'
|
- label: 'I2C'
|
||||||
children:
|
children:
|
||||||
- *m5groovei2c
|
- *m5groovei2c
|
||||||
@@ -69,3 +79,10 @@ config:
|
|||||||
children:
|
children:
|
||||||
- *m5base
|
- *m5base
|
||||||
- *m5groove
|
- *m5groove
|
||||||
|
- value: m5stack-atoms3-generic
|
||||||
|
label: m5stack-atoms3
|
||||||
|
description: "M5 Stack AtomS3 light"
|
||||||
|
url: "http://docs.m5stack.com/en/core/AtomS3%20Lite"
|
||||||
|
children:
|
||||||
|
- *m5base
|
||||||
|
- *m5groove
|
||||||
Reference in New Issue
Block a user