| 178 | } |
| 179 | |
| 180 | void NTPClient::setPoolServerName(const char* poolServerName) { |
| 181 | this->_poolServerName = poolServerName; |
| 182 | } |
| 183 | |
| 184 | void NTPClient::sendNTPPacket() { |
| 185 | // set all bytes in the buffer to 0 |
nothing calls this directly
no outgoing calls
no test coverage detected