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.
2 parents b75cefb + 3bde089 commit bf733f0Copy full SHA for bf733f0
1 file changed
src/helpers/sensors/EnvironmentSensorManager.cpp
@@ -731,9 +731,11 @@ bool EnvironmentSensorManager::gpsIsAwake(uint8_t ioPin){
731
return true;
732
} else if (Serial1.available()) {
733
MESH_DEBUG_PRINTLN("Serial GPS init correctly and is turned on");
734
+#ifdef PIN_GPS_EN
735
if(PIN_GPS_EN){
736
gpsResetPin = PIN_GPS_EN;
737
}
738
+#endif
739
serialGPSFlag = true;
740
gps_active = true;
741
gps_detected = true;
0 commit comments