Skip to content

Commit d933736

Browse files
author
Fabrizio Mirabito
committed
Change ping endpoint to time.arduino.cc
1 parent 25c5b71 commit d933736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GSMConnectionManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void GSMConnectionManager::check() {
142142
}
143143
debugMessage("Sending PING to outer space...", 2);
144144
int pingResult;
145-
pingResult = gprs.ping("google.com");
145+
pingResult = gprs.ping("time.arduino.cc");
146146
sprintf(msgBuffer, "GSM.ping(): %d", pingResult);
147147
debugMessage(msgBuffer, 2);
148148
if (pingResult < 0) {

0 commit comments

Comments
 (0)