NTPClient Generic Versions Save

Library for NTPClient to connect to an NTP time-server. Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi.

v3.7.5

1 year ago

Releases v3.7.5

  1. 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
  2. Modify example ESP_NTPClient_Advanced to demo the better way to use the library, without using long delay()
  3. Add support to RP2040W boards using CYW43439 WiFi
  4. Optimize and clean up
  5. Modify platformio.ini and library.json to reduce error with PIO
  6. Update Packages' Patches

v3.7.4

2 years ago

Releases v3.7.4

  1. Sync with NTPClient v3.2.1

v3.7.3

2 years ago

Releases v3.7.3

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  4. Add support to SPI1 for RP2040 using arduino-pico core
  5. Add support SPI2 for ESP32
  6. Rewrite all the examples to support new features
  7. Update Packages' Patches

v3.7.2

2 years ago

Releases v3.7.2

  1. Add setUDP() function to enable auto-switching between WiFi and Ethernet UDP instances. Check added setUDP function #8
  2. 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 and Ethernet UDP to update NTP time.
  3. Update Packages_Patches

v3.7.1

2 years ago

Releases v3.7.1

  1. Fix getUTCEpochMillis() bug. Check getUTCEpochMillis() not returning correct value #7
  2. Update Adafruit SAMD Packages_Patches

v3.7.0

2 years ago

Releases v3.7.0

  1. Make compatible with old code
  2. Update all examples
  3. Update Packages_Patches

v3.6.0

2 years ago

Releases v3.6.0

  1. Add support to Portenta_H7 using Murata WiFi of Vision-Shield Ethernet
  2. Fix multiple-definitions linker error. Check Different behaviour using the src_cpp or src_h lib #80
  3. Update all examples
  4. Update Packages_Patches

v3.5.2

2 years ago

Releases v3.5.2

  1. Auto detect ESP32 core version.
  2. Fix bug in examples for WT32_ETH01
  3. Update Packages' Patches

v3.5.1

2 years ago

Releases v3.5.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

v3.5.0

2 years ago

Releases v3.5.0

  1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
  2. Add examples with new features