File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,15 @@ bool GPSHardware::Handle_GPSConfig(wippersnapper_gps_GPSConfig *gps_config) {
127
127
gps_config->commands_ubxes [i].size );
128
128
WS_DEBUG_PRINTLN (" done!" );
129
129
// Wait for the ACK response from the GPS module
130
- WS_DEBUG_PRINT (" [gps] Waiting for ACK response..." );
130
+ /* WS_DEBUG_PRINT("[gps] Waiting for ACK response...");
131
131
ulong start_time = millis();
132
132
while (millis() - start_time < 1000) {
133
133
_sfe_gps->checkUblox(); //See if new data is available. Process bytes as they come in.
134
134
if (_sfe_gps->processedAck()) {
135
135
WS_DEBUG_PRINTLN(" done!");
136
136
break; // Exit the loop if ACK is received
137
137
}
138
-
138
+ } */
139
139
}
140
140
} else {
141
141
WS_DEBUG_PRINTLN (" [gps] ERROR: Unsupported GPS driver type!" );
You can’t perform that action at this time.
0 commit comments