Skip to content

Commit faa6af7

Browse files
authored
Swapping GPS pins for GPS TX/RX (#8751)
1 parent 2baa9cc commit faa6af7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

variants/nrf52840/heltec_mesh_node_t114/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ No longer populated on PCB
167167
#define PIN_GPS_PPS (32 + 4)
168168
// Seems to be missing on this new board
169169
// #define PIN_GPS_PPS (32 + 4) // Pulse per second input from the GPS
170-
#define GPS_TX_PIN (32 + 5) // This is for bits going TOWARDS the CPU
171-
#define GPS_RX_PIN (32 + 7) // This is for bits going TOWARDS the GPS
170+
#define GPS_TX_PIN (32 + 7) // This is for bits going TOWARDS the CPU
171+
#define GPS_RX_PIN (32 + 5) // This is for bits going TOWARDS the GPS
172172

173173
#define GPS_THREAD_INTERVAL 50
174174

variants/nrf52840/t-echo/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ External serial flash WP25R1635FZUIL0
182182
#define PIN_GPS_STANDBY (32 + 2) // An output to wake GPS, low means allow sleep, high means force wake
183183
// Seems to be missing on this new board
184184
// #define PIN_GPS_PPS (32 + 4) // Pulse per second input from the GPS
185-
#define GPS_TX_PIN (32 + 9) // This is for bits going TOWARDS the CPU
186-
#define GPS_RX_PIN (32 + 8) // This is for bits going TOWARDS the GPS
185+
#define GPS_TX_PIN (32 + 8) // This is for bits going TOWARDS the CPU
186+
#define GPS_RX_PIN (32 + 9) // This is for bits going TOWARDS the GPS
187187

188188
#define GPS_THREAD_INTERVAL 50
189189

0 commit comments

Comments
 (0)