We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5b71 commit d933736Copy full SHA for d933736
src/GSMConnectionManager.h
@@ -142,7 +142,7 @@ void GSMConnectionManager::check() {
142
}
143
debugMessage("Sending PING to outer space...", 2);
144
int pingResult;
145
- pingResult = gprs.ping("google.com");
+ pingResult = gprs.ping("time.arduino.cc");
146
sprintf(msgBuffer, "GSM.ping(): %d", pingResult);
147
debugMessage(msgBuffer, 2);
148
if (pingResult < 0) {
0 commit comments