peterakroon
Results
1
issues of
peterakroon
The example program NTPClient repeatedly calls const char *NTPClient::getTimeDate(time_t tm). This method allocates a char buffer and returns a pointer to this buffer to the caller. NTPClient.ino should free these...