We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f0d5 commit c83abbeCopy full SHA for c83abbe
src/helpers/sensors/EnvironmentSensorManager.cpp
@@ -438,6 +438,7 @@ void EnvironmentSensorManager::initBasicGPS() {
438
439
// Try to detect if GPS is physically connected to determine if we should expose the setting
440
_location->begin();
441
+ _location->reset();
442
443
#ifndef PIN_GPS_EN
444
MESH_DEBUG_PRINTLN("No GPS wake/reset pin found for this board. Continuing on...");
@@ -545,6 +546,7 @@ void EnvironmentSensorManager::start_gps() {
545
546
#endif
547
548
549
550
551
#ifndef PIN_GPS_RESET
552
MESH_DEBUG_PRINTLN("Start GPS is N/A on this board. Actual GPS state unchanged");
0 commit comments