mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 15:13:06 +01:00
#110: add GPS v1.1 unit
This commit is contained in:
@@ -43,6 +43,13 @@
|
|||||||
#define _GWI_SERIAL_GROOVE$GS$ GWSERIAL_TYPE_RX,9600
|
#define _GWI_SERIAL_GROOVE$GS$ GWSERIAL_TYPE_RX,9600
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#GROVE
|
||||||
|
//https://docs.m5stack.com/en/unit/Unit-GPS%20v1.1
|
||||||
|
#ifdef M5_GPSV11_UNIT$GS$
|
||||||
|
GWRESOURCE_USE(GROOVE$G$,M5_GPSV11_UNIT$GS$)
|
||||||
|
#define _GWI_SERIAL_GROOVE$GS$ GWSERIAL_TYPE_RX,115200
|
||||||
|
#endif
|
||||||
|
|
||||||
#GROVE
|
#GROVE
|
||||||
//CAN via groove
|
//CAN via groove
|
||||||
#ifdef M5_CANUNIT$GS$
|
#ifdef M5_CANUNIT$GS$
|
||||||
|
|||||||
@@ -179,6 +179,11 @@ types:
|
|||||||
description: "M5 Gps Unit"
|
description: "M5 Gps Unit"
|
||||||
url: "https://docs.m5stack.com/en/unit/gps"
|
url: "https://docs.m5stack.com/en/unit/gps"
|
||||||
resource: serial
|
resource: serial
|
||||||
|
- label: "Gps Unit v1.1"
|
||||||
|
value: M5_GPSV11_UNIT#grv#
|
||||||
|
description: "M5 Gps Unit v1.1"
|
||||||
|
url: "https://docs.m5stack.com/en/unit/Unit-GPS%20v1.1"
|
||||||
|
resource: serial
|
||||||
- label: "RS232/RS422"
|
- label: "RS232/RS422"
|
||||||
value: SERIAL_GROOVE_232#grv#
|
value: SERIAL_GROOVE_232#grv#
|
||||||
description: "Generic RS232/RS422 Unit (bidirectional)"
|
description: "Generic RS232/RS422 Unit (bidirectional)"
|
||||||
|
|||||||
Reference in New Issue
Block a user