Use correct macro for logging test

This commit is contained in:
kallanreed 2025-10-22 16:44:20 -07:00
parent f27e8ba6b2
commit 9e61b56e70

View file

@ -632,7 +632,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
}