mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1001 from kallanreed/fix_gps_debug_logging
Use correct macro for GPS logging test
This commit is contained in:
commit
044c66e261
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue