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 186147e commit 1f342afCopy full SHA for 1f342af
examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino
@@ -35,7 +35,6 @@ const int NTP_PACKET_SIZE = 48; // NTP time stamp is in the first 48 bytes of th
35
byte packetBuffer[ NTP_PACKET_SIZE]; //buffer to hold incoming and outgoing packets
36
37
// initialize the library instance
38
-NBClient client;
39
GPRS gprs;
40
NB nbAccess;
41
0 commit comments