From 38dd6dfa8a3e5051787c580aa9ba9afd0872eb87 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 22 Oct 2022 20:57:00 -0400 Subject: [PATCH] v3.7.5 fix bug causing wrong time ### 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](https://github.com/khoih-prog/NTPClient_Generic/issues/9) and [Time jumping back 9 minutes #1](https://github.com/khoih-prog/NTPClient_Generic/issues/1) 2. Modify example [ESP_NTPClient_Advanced](https://github.com/khoih-prog/NTPClient_Generic/tree/main/examples/ESP/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` --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0ab425e3..dfc2b799 100644 --- a/library.json +++ b/library.json @@ -70,7 +70,7 @@ "owner": "khoih-prog", "name": "FlashStorage_RTL8720", "version": ">=1.1.0", - "platforms": ["AmebaD"] + "platforms": ["*"] }, { "owner": "khoih-prog", @@ -106,7 +106,7 @@ "owner": "khoih-prog", "name": "WiFiWebServer_RTL8720", "version": ">=1.1.2", - "platforms": ["AmebaD"] + "platforms": ["*"] }, { "owner": "khoih-prog",