Skip to content

Commit

Permalink
Read Me for Olson2POSIX Version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuruSR authored Jul 19, 2024
1 parent 92f0e52 commit 941981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library offers the ability to convert from Olson to POSIX TimeZones as well

**bool setCurrentPOSIX(String NewPOSIX):** Sets the new POSIX as the current POSIX TimeZone and environment variable.

**bool beginOlsonFromWeb():** Starts the operation to ask for a TimeZone based on IP address (WiFi needs to be on and connected). This is not ASYNC currently.
**bool beginOlsonFromWeb(WiFiClient &client):** Starts the operation to ask for a TimeZone based on IP address (WiFi needs to be on and connected). As of 1.4, requires WiFiClient object.

**endOlsonFromWeb():** This tells the operation to end, do so once the function `gotOlsonFromWeb()` returns `true`.

Expand Down

0 comments on commit 941981f

Please sign in to comment.