-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix type error '%u' insted of '%d' for unsigned integer in NTPClient::getUptimeString (AvrNTPClient.cpp) * Fix memory leak in NTPClient::setNtpServerName (ESPNTPClent.cpp) * Fix logical error in NTPClient::setTimeZone (AvrNTPClient.cpp) * Test for for UTC-12:00 => timeZone => UTC+14:00 in NTPClient::setTimeZone (AvrNTPClient.cpp) See https://en.wikipedia.org/wiki/Time_zone#List_of_UTC_offsets for valid UTC offsets * Convenience: Added Visual Studio Code workspace folder to .gitignore
- Loading branch information
1 parent
41560eb
commit a799dad
Showing
3 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters