diff --git a/src/configuration.h b/src/configuration.h index f362eec9..d0ec7aad 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -180,8 +180,8 @@ along with this program. If not, see . // This board has different GPS pins than all other boards #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 15 -#define GPS_TX_PIN 12 +#define GPS_RX_PIN 12 +#define GPS_TX_PIN 15 #elif defined(ARDUINO_HELTEC_WIFI_LORA_32_V2) // This string must exactly match the case used in release file names or the android updater won't work