diff --git a/src/configuration.h b/src/configuration.h index 3d4fb652d..5fc9adf48 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -342,7 +342,7 @@ along with this program. If not, see . #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 36 +#define GPS_RX_PIN 15 // per @der_bear on the forum, 36 is incorrect for this board type and 15 is a better pick #define GPS_TX_PIN 13 #define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage @@ -459,8 +459,6 @@ along with this program. If not, see . #define DEBUG_PORT console // Serial debug port - - // What platforms should use SEGGER? #ifdef NRF52_SERIES