kopia lustrzana https://github.com/meshtastic/firmware
Change RX pin back to 36
rodzic
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
|
||||||
|
|
Ładowanie…
Reference in New Issue