Change RX pin back to 36

This commit is contained in:
Shengming Yuan 2022-04-01 15:30:55 -04:00 committed by GitHub
parent d73ef3c2fe
commit 9ce8db1a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
// Tested on Neo6m module.
#undef GPS_RX_PIN
#undef GPS_TX_PIN
#define GPS_RX_PIN 32
#define GPS_RX_PIN 36
#define GPS_TX_PIN 33
#ifndef USE_JTAG // gpio15 is TDO for JTAG, so no I2C on this board while doing jtag