We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f3172 + 1f99636 commit 8bcfd2eCopy full SHA for 8bcfd2e
NTPClient.cpp
@@ -181,8 +181,6 @@ void NTPClient::sendNTPPacket() {
181
// set all bytes in the buffer to 0
182
memset(this->_packetBuffer, 0, NTP_PACKET_SIZE);
183
// Initialize values needed to form NTP request
184
- // (see URL above for details on the packets)
185
-
186
this->_packetBuffer[0] = 0b11100011; // LI, Version, Mode
187
this->_packetBuffer[1] = 0; // Stratum, or type of clock
188
this->_packetBuffer[2] = 6; // Polling Interval
0 commit comments