mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-01 19:46:42 +00:00
Change RX pin back to 36
This commit is contained in:
parent
d73ef3c2fe
commit
9ce8db1a0b
@ -5,7 +5,7 @@
|
|||||||
// Tested on Neo6m module.
|
// Tested on Neo6m module.
|
||||||
#undef GPS_RX_PIN
|
#undef GPS_RX_PIN
|
||||||
#undef GPS_TX_PIN
|
#undef GPS_TX_PIN
|
||||||
#define GPS_RX_PIN 32
|
#define GPS_RX_PIN 36
|
||||||
#define GPS_TX_PIN 33
|
#define GPS_TX_PIN 33
|
||||||
|
|
||||||
#ifndef USE_JTAG // gpio15 is TDO for JTAG, so no I2C on this board while doing jtag
|
#ifndef USE_JTAG // gpio15 is TDO for JTAG, so no I2C on this board while doing jtag
|
||||||
|
Loading…
Reference in New Issue
Block a user