Enable external (UART) GPS support on WM1110 tracker dev board (#6189)

This commit is contained in:
Ben Meadors 2025-03-01 08:27:43 -06:00 committed by GitHub
parent ce38ac10d1
commit 5c8f1fb46b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,11 @@ extern "C" {
#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
}
#endif