add GPS for nano g2

hardcoded interval of 1 minute after first fix obtained
Šī revīzija ir iekļauta:
Rob Loranger
2025-05-19 15:19:54 -07:00
vecāks f9c0056955
revīzija 4a90042b08
5 mainīti faili ar 135 papildinājumiem un 9 dzēšanām
+4
Parādīt failu
@@ -130,11 +130,15 @@ External serial flash W25Q16JV_IQ
* GPS pins
*/
#define HAS_GPS 1
#define GPS_L76K
#define PIN_GPS_STANDBY (0 + 13) // An output to wake GPS, low means allow sleep, high means force wake STANDBY
#define PIN_GPS_TX (0 + 9) // This is for bits going TOWARDS the CPU
#define PIN_GPS_RX (0 + 10) // This is for bits going TOWARDS the GPS
#define GPS_RX_PIN PIN_GPS_RX
#define GPS_TX_PIN PIN_GPS_TX
// #define GPS_THREAD_INTERVAL 50