thinknode_m5: gps support

This commit is contained in:
Florent
2025-11-28 11:11:13 +01:00
parent ee4e87c3ee
commit 1c0017b634
8 changed files with 53 additions and 15 deletions

View File

@@ -12,8 +12,8 @@
#define USB_PID 0x1001
// Serial
static const uint8_t TX = GPS_TX;
static const uint8_t RX = GPS_RX;
static const uint8_t TX = PIN_GPS_TX;
static const uint8_t RX = PIN_GPS_RX;
// Default SPI will be mapped to Radio
static const uint8_t SS = P_LORA_NSS;