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:
@@ -37,6 +37,11 @@
|
|||||||
GWRESOURCE_USE(SERIAL1,M5_GPS_KIT)
|
GWRESOURCE_USE(SERIAL1,M5_GPS_KIT)
|
||||||
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,9600
|
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,9600
|
||||||
#endif
|
#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
|
//M5 ProtoHub
|
||||||
#ifdef M5_PROTO_HUB
|
#ifdef M5_PROTO_HUB
|
||||||
@@ -68,4 +73,4 @@
|
|||||||
#define ESP32_CAN_RX_PIN BOARD_LEFT2
|
#define ESP32_CAN_RX_PIN BOARD_LEFT2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -664,6 +664,11 @@ types:
|
|||||||
label: "Gps Base"
|
label: "Gps Base"
|
||||||
url: "https://docs.m5stack.com/en/atom/atomicgps"
|
url: "https://docs.m5stack.com/en/atom/atomicgps"
|
||||||
resource: serial
|
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
|
- value: M5_PROTO_HUB
|
||||||
description: "M5 Stack HUB PROTO"
|
description: "M5 Stack HUB PROTO"
|
||||||
url: "https://docs.m5stack.com/en/atom/atomhub"
|
url: "https://docs.m5stack.com/en/atom/atomhub"
|
||||||
@@ -749,4 +754,4 @@ config:
|
|||||||
- <<: *spisensors
|
- <<: *spisensors
|
||||||
base:
|
base:
|
||||||
busname: "2"
|
busname: "2"
|
||||||
bus: "2"
|
bus: "2"
|
||||||
|
|||||||
Reference in New Issue
Block a user