Merge pull request #245 from slavino/patch-3

Update configuration.h
This commit is contained in:
Ellie Hussey 2020-07-03 03:24:56 -07:00 committed by GitHub
commit e93ba73adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,8 +180,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// 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