mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix: revert swapped GPS pins
reverted GPS pin behaviour and swapped GPS pins for tbeam variants.
This commit is contained in:
parent
6d8fae26da
commit
84c2cfdcf2
4 changed files with 7 additions and 7 deletions
|
|
@ -183,7 +183,7 @@ bool EnvironmentSensorManager::setSettingValue(const char* name, const char* val
|
|||
#if ENV_INCLUDE_GPS
|
||||
void EnvironmentSensorManager::initBasicGPS() {
|
||||
|
||||
Serial1.setPins(PIN_GPS_RX, PIN_GPS_TX);
|
||||
Serial1.setPins(PIN_GPS_TX, PIN_GPS_RX);
|
||||
|
||||
#ifdef GPS_BAUD_RATE
|
||||
Serial1.begin(GPS_BAUD_RATE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue