Browse Source
Merge pull request #1001 from kallanreed/fix_gps_debug_logging
Use correct macro for GPS logging test
pull/1936/head
Liam Cottle
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/helpers/sensors/EnvironmentSensorManager.cpp
|
|
@ -683,7 +683,7 @@ void EnvironmentSensorManager::start_gps() { |
|
|
_location->begin(); |
|
|
_location->begin(); |
|
|
_location->reset(); |
|
|
_location->reset(); |
|
|
|
|
|
|
|
|
#ifndef PIN_GPS_RESET |
|
|
#ifndef PIN_GPS_EN |
|
|
MESH_DEBUG_PRINTLN("Start GPS is N/A on this board. Actual GPS state unchanged"); |
|
|
MESH_DEBUG_PRINTLN("Start GPS is N/A on this board. Actual GPS state unchanged"); |
|
|
#endif |
|
|
#endif |
|
|
} |
|
|
} |
|
|
|