mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-04 09:46:18 +00:00
fix: revert swapped GPS pins
reverted GPS pin behaviour and swapped GPS pins for tbeam variants.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user