mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 20:54:42 +00:00
Merge pull request #2104 from meshtastic/hydra-gps
Hydra gps troubleshooting
This commit is contained in:
commit
57f185c26b
@ -4,9 +4,10 @@
|
|||||||
|
|
||||||
// GPS
|
// GPS
|
||||||
#undef GPS_RX_PIN
|
#undef GPS_RX_PIN
|
||||||
#define GPS_RX_PIN 15
|
#undef GPS_TX_PIN
|
||||||
//#undef GPS_TX_PIN
|
#define GPS_RX_PIN 12
|
||||||
//#define GPS_TX_PIN 12 // not connected
|
#define GPS_TX_PIN 15
|
||||||
|
#define GPS_UBLOX
|
||||||
|
|
||||||
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
||||||
#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
|
#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
|
||||||
|
Loading…
Reference in New Issue
Block a user