mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
Enable external (UART) GPS support on WM1110 tracker dev board (#6189)
This commit is contained in:
@@ -103,6 +103,11 @@ extern "C" {
|
|||||||
|
|
||||||
#define LR1110_GNSS_ANT_PIN (32 + 5) // P1.05 37
|
#define LR1110_GNSS_ANT_PIN (32 + 5) // P1.05 37
|
||||||
|
|
||||||
|
#define GPS_RX_PIN PIN_SERIAL1_RX
|
||||||
|
#define GPS_TX_PIN PIN_SERIAL1_TX
|
||||||
|
|
||||||
|
#define HAS_GPS 1
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user