mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 19:03:52 +00:00
fix: GPS RX/TX pins mismatch
This commit is contained in:
parent
bc7d1a4ef0
commit
92edfd3217
@ -235,10 +235,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define I2C_SCL 22
|
#define I2C_SCL 22
|
||||||
|
|
||||||
// GPS
|
// GPS
|
||||||
//#undef GPS_RX_PIN
|
#undef GPS_RX_PIN
|
||||||
//#define GPS_RX_PIN 12 // not connected
|
#define GPS_RX_PIN 15
|
||||||
#undef GPS_TX_PIN
|
//#undef GPS_TX_PIN
|
||||||
#define GPS_TX_PIN 15
|
//#define GPS_TX_PIN 12 // not connected
|
||||||
|
|
||||||
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user