This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/NTPClient_Generic
Releases · khoih-prog/NTPClient_Generic
v3.7.5 to fix bug causing time jumping back or forth when network has problem
Releases v3.7.5
- Fix bug causing time jumping back or forth when network has problem. Check Time jumping back when connection is lost and forward when up #9 and Time jumping back 9 minutes #1
- Modify example ESP_NTPClient_Advanced to demo the better way to use the library, without using long
delay()
- Add support to
RP2040W
boards using CYW43439 WiFi - Optimize and clean up
- Modify
platformio.ini
andlibrary.json
to reduce error with PIO - Update
Packages' Patches
v3.7.4 to sync with `NTPClient v3.2.1`
Releases v3.7.4
- Sync with NTPClient v3.2.1
v3.7.3 to use Ethernet_Generic library, to add support to SPI1 for RP2040, SPI2 for ESP32, etc.
Releases v3.7.3
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite to avoid
multiple-definitions
linker error for multiple-file project - Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Add support to SPI1 for RP2040 using arduino-pico core
- Add support SPI2 for ESP32
- Rewrite all the examples to support new features
- Update
Packages' Patches
v3.7.2 to add setUDP() function to enable auto-switching between `WiFi` and `Ethernet` UDP instances
v3.7.2 to add setUDP() function to enable auto-switching between `WiFi` and `Ethernet` UDP instances
Releases v3.7.2
- Add setUDP() function to enable auto-switching between
WiFi
andEthernet
UDP instances. Check added setUDP function #8 - Add new examples ESP_WiFi_ETH_NTPClient_Advanced and WT32_WiFi_ETH01_NTPClient_Advanced to use the new setUDP() function for auto-switching between
WiFi
andEthernet
UDP to update NTP time. - Update
Packages_Patches
v3.7.1 to fix getUTCEpochMillis() bug
Releases v3.7.1
- Fix getUTCEpochMillis() bug. Check getUTCEpochMillis() not returning correct value #7
- Update Adafruit SAMD
Packages_Patches
v3.7.0 to make compatible with old code
Releases v3.7.0
- Make compatible with old code
- Update all examples
- Update
Packages_Patches
v3.6.0 to fix `multiple-definitions` linker error and to add support to Potenta_H7 using Murata WiFi of Vision-Shield Ethernet
Releases v3.6.0
- Add support to Portenta_H7 using Murata WiFi of Vision-Shield Ethernet
- Fix
multiple-definitions
linker error. Check Different behaviour using the src_cpp or src_h lib #80 - Update all examples
- Update
Packages_Patches
v3.5.2 to autodetect ESP32 core version, to fix bug in examples for WT32_ETH01 and to update `Packages' Patches`
Releases v3.5.2
- Auto detect ESP32 core version.
- Fix bug in examples for WT32_ETH01
- Update
Packages' Patches
v3.5.1 to update `platform.ini` and `library.json`
Releases v3.5.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v3.5.0 to add support to RTL8720DN
Releases v3.5.0
- Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
- Add examples with new features