Merge pull request #1001 from kallanreed/fix_gps_debug_logging

Use correct macro for GPS logging test
Этот коммит содержится в:
Liam Cottle
2026-03-05 13:14:37 +13:00
коммит произвёл GitHub
родитель 3e5522fcde 9e61b56e70
Коммит 044c66e261
+1 -1
Просмотреть файл
@@ -683,7 +683,7 @@ void EnvironmentSensorManager::start_gps() {
_location->begin();
_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");
#endif
}