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

intermediate GPS 2.0 base

This commit is contained in:
free-x
2025-09-09 13:07:16 +02:00
parent d228f38461
commit 37d945a0ea
2 changed files with 12 additions and 2 deletions

View File

@@ -37,6 +37,11 @@
GWRESOURCE_USE(SERIAL1,M5_GPS_KIT)
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,9600
#endif
#ifdef M5_GPSV2_KIT
GWRESOURCE_USE(BASE,M5_GPS_KIT)
GWRESOURCE_USE(SERIAL1,M5_GPS_KIT)
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,115200
#endif
//M5 ProtoHub
#ifdef M5_PROTO_HUB
@@ -68,4 +73,4 @@
#define ESP32_CAN_RX_PIN BOARD_LEFT2
#endif
#endif
#endif

View File

@@ -664,6 +664,11 @@ types:
label: "Gps Base"
url: "https://docs.m5stack.com/en/atom/atomicgps"
resource: serial
- value: M5_GPSV2_KIT
description: "M5 Stack Gps Base v2.0"
label: "Gps Base"
url: "https://docs.m5stack.com/en/atom/Atomic_GPS_Base_v2.0"
resource: serial
- value: M5_PROTO_HUB
description: "M5 Stack HUB PROTO"
url: "https://docs.m5stack.com/en/atom/atomhub"
@@ -749,4 +754,4 @@ config:
- <<: *spisensors
base:
busname: "2"
bus: "2"
bus: "2"