1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

#110: add GPS v1.1 unit

This commit is contained in:
free-x
2025-09-11 20:23:52 +02:00
parent 2c97eacd76
commit da6022cb28
2 changed files with 12 additions and 0 deletions

View File

@@ -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$

View File

@@ -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)"