Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v3.7.5 fix bug causing wrong time
Browse files Browse the repository at this point in the history
### 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](#9) and [Time jumping back 9 minutes #1](#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`
  • Loading branch information
khoih-prog authored Oct 23, 2022
1 parent bb88af5 commit 38dd6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"owner": "khoih-prog",
"name": "FlashStorage_RTL8720",
"version": ">=1.1.0",
"platforms": ["AmebaD"]
"platforms": ["*"]
},
{
"owner": "khoih-prog",
Expand Down Expand Up @@ -106,7 +106,7 @@
"owner": "khoih-prog",
"name": "WiFiWebServer_RTL8720",
"version": ">=1.1.2",
"platforms": ["AmebaD"]
"platforms": ["*"]
},
{
"owner": "khoih-prog",
Expand Down

0 comments on commit 38dd6df

Please sign in to comment.