File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments