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