From da12b93f82528a36cedd473a732e79c8ea06453e Mon Sep 17 00:00:00 2001 From: Slavomir Hustaty Date: Thu, 2 Jul 2020 16:54:24 +0200 Subject: [PATCH] Update configuration.h https://user-images.githubusercontent.com/1584034/86362734-08525e00-bc76-11ea-8a34-8579d1fa2965.jpg related to issue https://github.com/meshtastic/Meshtastic-device/issues/243 --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index d0ec7aad3..f362eec96 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 12 -#define GPS_TX_PIN 15 +#define GPS_RX_PIN 15 +#define GPS_TX_PIN 12 #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