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

Commit 24a9900

Browse files
authored
v1.7.2 to fix bug
### Releases v1.7.2 1. Fix crashing issue for new cleared flash. Check [RP2040_RTC_Time crashes Pico, does not work #3](khoih-prog/RP2040_RTC#3)
1 parent 5868e48 commit 24a9900

14 files changed

+61
-50
lines changed

README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
216216
11. [`Adafruit nRF52 v1.1.0+`](https://github.com/adafruit/Adafruit_nRF52_Arduino) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [![GitHub release](https://img.shields.io/github/release/adafruit/Adafruit_nRF52_Arduino.svg)](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest)
217217
12. [`Arduino Core for STM32 v2.1.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
218218
13. [`Arduino mbed_rp2040 core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
219-
14. [`Earle Philhower's arduino-pico core v1.9.5+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest)
220-
15. [`Arduino AmebaD core 3.0.10+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTL8722CSM. [![GitHub release](https://img.shields.io/github/release/ambiot/ambd_arduino.svg)](https://github.com/ambiot/ambd_arduino/releases/latest)
219+
14. [`Earle Philhower's arduino-pico core v1.9.6+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest)
220+
15. [`Arduino AmebaD core 3.0.11+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTL8722CSM. [![GitHub release](https://img.shields.io/github/release/ambiot/ambd_arduino.svg)](https://github.com/ambiot/ambd_arduino/releases/latest)
221221

222222
16. [`Time v1.6.1+`](https://github.com/PaulStoffregen/Time). [![GitHub release](https://img.shields.io/github/release/PaulStoffregen/Time.svg)](https://github.com/PaulStoffregen/Time/releases/latest). For PIO [`Time library`](https://platformio.org/lib/show/44/Time)
223223
17. Depending on which board you're using:
@@ -236,13 +236,13 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
236236
- [`UIPEthernet library v2.0.10+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/UIPEthernet/UIPEthernet.svg)](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
237237
- [`STM32Ethernet library v1.2.0+`](https://github.com/stm32duino/STM32Ethernet) for built-in LAN8742A Ethernet on (Nucleo-144, Discovery). [![GitHub release](https://img.shields.io/github/release/stm32duino/STM32Ethernet.svg)](https://github.com/stm32duino/STM32Ethernet/releases/latest). To be used with [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP). [![GitHub release](https://img.shields.io/github/release/stm32duino/LwIP.svg)](https://github.com/stm32duino/LwIP/releases/latest).
238238
19. [`WiFiNINA_Generic library v1.8.13+`](https://github.com/khoih-prog/WiFiNINA_Generic) to use WiFiNINA modules/shields. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](https://www.ardu-badge.com/WiFiNINA_Generic) if using WiFiNINA for boards such as Nano 33 IoT, nRF52, Teensy, etc.
239-
20. [`WiFiWebServer library v1.4.1+`](https://github.com/khoih-prog/WiFiWebServer) to use WiFi/WiFiNINA modules/shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiWebServer.svg?)](https://www.ardu-badge.com/WiFiWebServer)
239+
20. [`WiFiWebServer library v1.4.2+`](https://github.com/khoih-prog/WiFiWebServer) to use WiFi/WiFiNINA modules/shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiWebServer.svg?)](https://www.ardu-badge.com/WiFiWebServer)
240240
21. [`EthernetWebServer library v1.7.1+`](https://github.com/khoih-prog/EthernetWebServer) to use Ethernet modules/shields on boards other than STM32F/L/H/G/WB/MP1. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/EthernetWebServer.svg?)](https://www.ardu-badge.com/EthernetWebServer).
241241
22. [`EthernetWebServer_STM32 library v1.2.1+`](https://github.com/khoih-prog/EthernetWebServer_STM32) to use Ethernet modules/shields on STM32F/L/H/G/WB/MP1 boards. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/EthernetWebServer_STM32.svg?)](https://www.ardu-badge.com/EthernetWebServer_STM32).
242242
23. [`ESP8266_AT_WebServer library v1.4.0+`](https://github.com/khoih-prog/ESP8266_AT_WebServer) to use ESP8266-AT/ESP32-AT WiFi modules/shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP8266_AT_WebServer.svg?)](https://www.ardu-badge.com/ESP8266_AT_WebServer)
243243
24. [`DS323x_Generic library v1.2.2+`](https://github.com/khoih-prog/DS323x_Generic) to use examples using DS323x RTC modules/shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/DS323x_Generic.svg?)](https://www.ardu-badge.com/DS323x_Generic)
244244
25. [`STM32RTC library v1.1.1+`](https://github.com/stm32duino/STM32RTC) to use STM32 examples using built-in STM32 RTC. [![GitHub release](https://img.shields.io/github/release/stm32duino/STM32RTC.svg)](https://github.com/stm32duino/STM32RTC/releases/latest).
245-
26. [`WebServer_WT32_ETH01 library v1.2.0+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) to use WT32_ETH01 (ESP32 + LAN8720). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_WT32_ETH01.svg?)](https://www.ardu-badge.com/WebServer_WT32_ETH01).
245+
26. [`WebServer_WT32_ETH01 library v1.3.0+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) to use WT32_ETH01 (ESP32 + LAN8720). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_WT32_ETH01.svg?)](https://www.ardu-badge.com/WebServer_WT32_ETH01).
246246
27. [`WiFiWebServer_RTL8720 library v1.0.1+`](https://github.com/khoih-prog/WiFiWebServer_RTL8720) to use Realtek RTL8720DN, etc. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiWebServer_RTL8720.svg?)](https://www.ardu-badge.com/WiFiWebServer_RTL8720).
247247

248248

@@ -2014,7 +2014,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
20142014
20152015
```
20162016
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with ENC28J60 using EthernetENC Library
2017-
Timezone_Generic v1.7.1
2017+
Timezone_Generic v1.7.2
20182018
[ETHERNET_WEBSERVER] =========================
20192019
[ETHERNET_WEBSERVER] Default SPI pinout:
20202020
[ETHERNET_WEBSERVER] MOSI: 25
@@ -2068,7 +2068,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
20682068
20692069
```
20702070
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with W5x00 using EthernetLarge Library
2071-
Timezone_Generic v1.7.1
2071+
Timezone_Generic v1.7.2
20722072
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
20732073
[ETHERNET_WEBSERVER] Default SPI pinout:
20742074
[ETHERNET_WEBSERVER] MOSI: 25
@@ -2125,7 +2125,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
21252125
21262126
```
21272127
Starting TZ_NTP_WorldClock_WiFiNINA on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
2128-
Timezone_Generic v1.7.1
2128+
Timezone_Generic v1.7.2
21292129
Connecting to WPA SSID: HueNet1
21302130
You're connected to the network, IP = 192.168.2.128
21312131
Listening on port 2390
@@ -2165,7 +2165,7 @@ The following is debug terminal output when running example [**RTC_STM32_Etherne
21652165
21662166
```
21672167
Start RTC_STM32_Ethernet on NUCLEO_F767ZI, using W5x00 & Ethernet2 Library
2168-
Timezone_Generic v1.7.1
2168+
Timezone_Generic v1.7.2
21692169
DS323x_Generic v1.2.2
21702170
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
21712171
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2195,7 +2195,7 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
21952195
21962196
```
21972197
Start RTC_Ethernet on SAM DUE with W5x00 using EthernetLarge Library
2198-
Timezone_Generic v1.7.1
2198+
Timezone_Generic v1.7.2
21992199
DS323x_Generic v1.2.2
22002200
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
22012201
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2230,7 +2230,7 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
22302230
22312231
```
22322232
Start RTC_Ethernet on NRF52840_FEATHER with W5x00 using EthernetLarge Library
2233-
Timezone_Generic v1.7.1
2233+
Timezone_Generic v1.7.2
22342234
DS323x_Generic v1.2.2
22352235
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
22362236
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2272,7 +2272,7 @@ The following is debug terminal output when running example [**tzTest**](example
22722272
22732273
```
22742274
Starting TZTest on NRF52840_FEATHER
2275-
Timezone_Generic v1.7.1
2275+
Timezone_Generic v1.7.2
22762276
-------- Apr-2018 time change --------
22772277
13:59:57 Sat 31 Mar 2018 UTC = 02:59:57 Sun 01 Apr 2018 NZDT
22782278
13:59:58 Sat 31 Mar 2018 UTC = 02:59:58 Sun 01 Apr 2018 NZDT
@@ -2378,7 +2378,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
23782378
23792379
```
23802380
Start WriteRules on NRF52840_FEATHER
2381-
Timezone_Generic v1.7.1
2381+
Timezone_Generic v1.7.2
23822382
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
23832383
[TZ] Saving to TZ_file OK
23842384
WriteRules done
@@ -2403,7 +2403,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
24032403
24042404
```
24052405
Start WriteRules on SAMD_NANO_33_IOT
2406-
Timezone_Generic v1.7.1
2406+
Timezone_Generic v1.7.2
24072407
WriteRules done
24082408
readRules done
24092409
[TZ] DST rule
@@ -2424,7 +2424,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
24242424
24252425
```
24262426
Start WriteRules on NUCLEO_F767ZI
2427-
Timezone_Generic v1.7.1
2427+
Timezone_Generic v1.7.2
24282428
[TZ] Write to EEPROM, size = 16384 , offset = 0
24292429
WriteRules done
24302430
[TZ] Read from EEPROM, size = 16384 , offset = 0
@@ -2447,7 +2447,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
24472447
24482448
```
24492449
Start WriteRules
2450-
Timezone_Generic v1.7.1
2450+
Timezone_Generic v1.7.2
24512451
[TZ] Writing to dueFlashStorage OK
24522452
WriteRules done
24532453
[TZ] Reading from dueFlashStorage OK
@@ -2470,7 +2470,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
24702470
24712471
```
24722472
Start WriteRules on ESP32_DEV
2473-
Timezone_Generic v1.7.1
2473+
Timezone_Generic v1.7.2
24742474
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
24752475
[TZ] Saving to TZ_file OK
24762476
WriteRules done
@@ -2495,7 +2495,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
24952495
24962496
```
24972497
Start WriteRules on ESP8266_NODEMCU
2498-
Timezone_Generic v1.7.1
2498+
Timezone_Generic v1.7.2
24992499
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
25002500
[TZ] Saving to TZ_file OK
25012501
WriteRules done
@@ -2520,7 +2520,7 @@ The following is debug terminal output when running example [**BI_RTC_STM32_Ethe
25202520
25212521
```
25222522
Start BI_RTC_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
2523-
Timezone_Generic v1.7.1
2523+
Timezone_Generic v1.7.2
25242524
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
25252525
[ETHERNET_WEBSERVER] Default SPI pinout:
25262526
[ETHERNET_WEBSERVER] MOSI: 11
@@ -2561,7 +2561,7 @@ The following is debug terminal output when running example [**BI_RTC_Alarm_STM3
25612561
25622562
```
25632563
Start BI_RTC_Alarm_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
2564-
Timezone_Generic v1.7.1
2564+
Timezone_Generic v1.7.2
25652565
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
25662566
[ETHERNET_WEBSERVER] Default SPI pinout:
25672567
[ETHERNET_WEBSERVER] MOSI: 11
@@ -2607,7 +2607,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
26072607
26082608
```
26092609
Start TZ_NTP_WorldClock_WiFiNINA on MBED NANO_RP2040_CONNECT with WiFiNINA using WiFiNINA_Generic Library
2610-
Timezone_Generic v1.7.1
2610+
Timezone_Generic v1.7.2
26112611
Connecting to WPA SSID: HueNet1
26122612
You're connected to the network, IP = 192.168.2.153
26132613
Listening on port 2390
@@ -2658,7 +2658,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
26582658
26592659
```
26602660
Start TZ_NTP_WorldClock_Ethernet on MBED RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library
2661-
Timezone_Generic v1.7.1
2661+
Timezone_Generic v1.7.2
26622662
[EWS] =========== USE_ETHERNET_LARGE ===========
26632663
[EWS] Default SPI pinout:
26642664
[EWS] MOSI: 3
@@ -2705,7 +2705,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
27052705
27062706
```
27072707
Start TZ_NTP_WorldClock_Ethernet on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library
2708-
Timezone_Generic v1.7.1
2708+
Timezone_Generic v1.7.2
27092709
[EWS] =========== USE_ETHERNET_LARGE ===========
27102710
[EWS] Default SPI pinout:
27112711
[EWS] MOSI: 19
@@ -2763,8 +2763,8 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
27632763
27642764
```
27652765
Start TZ_NTP_WorldClock_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
2766-
WebServer_WT32_ETH01 v1.2.0
2767-
Timezone_Generic v1.7.1
2766+
WebServer_WT32_ETH01 v1.3.0
2767+
Timezone_Generic v1.7.2
27682768
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
27692769
FULL_DUPLEX, 100Mbps
27702770
TZ_NTP_WorldClock_WT32_ETH01 started @ IP address: 192.168.2.232
@@ -2796,7 +2796,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
27962796
```
27972797
Start TZ_NTP_WorldClock_RTL8720DN on Rtlduino RTL8720DN
27982798
WiFiWebServer_RTL8720 v1.0.1
2799-
Timezone_Generic v1.7.1
2799+
Timezone_Generic v1.7.2
28002800
Current Firmware Version = 1.0.0
28012801
Attempting to connect to SSID: HueNet_5G
28022802
TZ_NTP_Clock_RTL8720DN started @ IP address: 192.168.2.111
@@ -2878,12 +2878,14 @@ Many thanks for everyone for bug reporting, new feature suggesting, testing and
28782878
1. Based on and modified from the [**Jack Christensen's Timezone Library**](https://github.com/JChristensen/Timezone).
28792879
2. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for initiating, inspriring, working with, developing, debugging and testing.
28802880
3. Thanks to **6v6gt** to contribute the new feature to allow un-initialized TZ. Check [**Timezone_Generic Library to convert UTC to local time**](https://forum.arduino.cc/index.php?topic=711259).
2881+
4. Thanks to [Maximilian Gerhardt](https://github.com/maxgerhardt) to create bug report [RP2040_RTC_Time crashes Pico, does not work #3](https://github.com/khoih-prog/RP2040_RTC/issues/3) and help investigate and fix the bug, leading to v1.7.2
28812882
28822883
<table>
28832884
<tr>
28842885
<td align="center"><a href="https://github.com/JChristensen"><img src="https://github.com/JChristensen.png" width="100px;" alt="JChristensen"/><br /><sub><b>⭐️ Jack Christensen</b></sub></a><br /></td>
28852886
<td align="center"><a href="https://github.com/tcpipchip"><img src="https://github.com/tcpipchip.png" width="100px;" alt="tcpipchip"/><br /><sub><b> Miguel Wisintainer</b></sub></a><br /></td>
28862887
<td align="center"><a href="https://forum.arduino.cc/index.php?action=profile;u=454553"><img src="https://dcw9y8se13llu.cloudfront.net/avatars/6v6gt.jpg" width="100px;" alt="6v6gt"/><br /><sub><b> 6v6gt</b></sub></a><br /></td>
2888+
<td align="center"><a href="https://github.com/maxgerhardt"><img src="https://github.com/maxgerhardt.png" width="100px;" alt="maxgerhardt"/><br /><sub><b>Maximilian Gerhardt</b></sub></a><br /></td>
28872889
</tr>
28882890
</table>
28892891

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Releases v1.7.2](#releases-v172)
1516
* [Releases v1.7.1](#releases-v171)
1617
* [Releases v1.7.0](#releases-v170)
1718
* [Releases v1.6.0](#releases-v160)
@@ -27,6 +28,10 @@
2728

2829
## Changelog
2930

31+
### Releases v1.7.2
32+
33+
1. Fix crashing issue for new cleared flash. Check [RP2040_RTC_Time crashes Pico, does not work #3](https://github.com/khoih-prog/RP2040_RTC/issues/3)
34+
3035
### Releases v1.7.1
3136

3237
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Timezone_Generic",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"keywords": "timing, device, control, ntp, rtc, wifi, ethernet, WiFiNINA, SAM DUE, SAMD, nRF52, STM32, wt32-eth01, rp2040, nano-rp2040-connect, rtl8720, FlashStorage, DueFlashStorage, LittleFS, EEPROM, rpi-pico",
55
"description": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments. For ESP8266, ESP32, WT32-ETH01 (ESP32 + LAN8720), SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. using W5x00/ENC28J60/LAN8742A Ethernet, ESP or ESP-AT WiFi or WiFiNINA",
66
"authors": [
@@ -79,13 +79,13 @@
7979
{
8080
"owner": "khoih-prog",
8181
"name": "WiFiWebServer",
82-
"version": ">=1.4.1",
82+
"version": ">=1.4.2",
8383
"platforms": ["*"]
8484
},
8585
{
8686
"owner": "khoih-prog",
8787
"name": "WebServer_WT32_ETH01",
88-
"version": ">=1.2.0",
88+
"version": ">=1.3.0",
8989
"platforms": ["*"]
9090
},
9191
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Timezone_Generic
2-
version=1.7.1
2+
version=1.7.2
33
author=Jack Christensen <jack.christensen@outlook.com>, Khoi Hoang <khoih.prog@gmail.com>
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.

platformio/platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ lib_deps =
4141
Time@>=1.6.1
4242
DS323x_Generic@>=1.2.2
4343
WiFiNINA_Generic@>=1.8.13
44-
WiFiWebServer@>=1.4.1
44+
WiFiWebServer@>=1.4.2
4545
EthernetWebServer@>=1.7.1
4646
EthernetWebServer_STM32@>=1.2.1
47-
WebServer_WT32_ETH01@>=1.2.0
47+
WebServer_WT32_ETH01@>=1.3.0
4848
ESP8266_AT_WebServer@>=1.4.0
4949
Ethernet@>=2.0.0
5050
EthernetLarge@>=2.0.0
@@ -63,10 +63,10 @@ lib_deps =
6363
; paulstoffregen/Time@>=1.6.1
6464
; khoih-prog/DS323x_Generic@>=1.2.2
6565
; khoih-prog/WiFiNINA_Generic@>=1.8.13
66-
; khoih-prog/WiFiWebServer@>=1.4.1
66+
; khoih-prog/WiFiWebServer@>=1.4.2
6767
; khoih-prog/EthernetWebServer@>=1.7.1
6868
; khoih-prog/EthernetWebServer_STM32@>=1.2.1
69-
; khoih-prog/WebServer_WT32_ETH01@>=1.2.0
69+
; khoih-prog/WebServer_WT32_ETH01@>=1.3.0
7070
; khoih-prog/ESP8266_AT_WebServer@>=1.4.0
7171
; PaulStoffregen/Ethernet@>=2.0.0
7272
; PaulStoffregen/EthernetLarge@>=2.0.0

src/Timezone_Generic.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/Timezone_Generic
1212
Licensed under MIT license
13-
Version: 1.7.1
13+
Version: 1.7.2
1414
1515
Version Modified By Date Comments
1616
------- ----------- ---------- -----------
@@ -25,6 +25,7 @@
2525
1.6.0 K Hoang 16/07/2021 Add support to WT32_ETH01
2626
1.7.0 K Hoang 10/08/2021 Add support to Ameba Realtek RTL8720DN, RTL8722DM and RTM8722CSM
2727
1.7.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
28+
1.7.2 K Hoang 02/11/2021 Fix crashing issue for new cleared flash
2829
*****************************************************************************************************************************/
2930

3031
#pragma once
@@ -40,7 +41,7 @@
4041
// For ESP8266, use LitteFS, SPIFFS or EEPROM.
4142
// For ESP32, use SPIFFS or EEPROM.
4243

43-
#define TIMEZONE_GENERIC_VERSION "Timezone_Generic v1.7.1"
44+
#define TIMEZONE_GENERIC_VERSION "Timezone_Generic v1.7.2"
4445

4546
#if defined(ARDUINO) && (ARDUINO >= 100)
4647
#include <Arduino.h>

src/Timezone_Generic_Debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/Timezone_Generic
1212
Licensed under MIT license
13-
Version: 1.7.1
13+
Version: 1.7.2
1414
1515
Version Modified By Date Comments
1616
------- ----------- ---------- -----------
@@ -25,6 +25,7 @@
2525
1.6.0 K Hoang 16/07/2021 Add support to WT32_ETH01
2626
1.7.0 K Hoang 10/08/2021 Add support to Ameba Realtek RTL8720DN, RTL8722DM and RTM8722CSM
2727
1.7.1 K Hoang 10/10/2021 Update `platform.ini` and `library.json`
28+
1.7.2 K Hoang 02/11/2021 Fix crashing issue for new cleared flash
2829
*****************************************************************************************************************************/
2930

3031
#pragma once
@@ -56,7 +57,6 @@ const char TZ_SPACE[] = " ";
5657

5758
#define TZ_PRINT TZ_DBG_PORT.print
5859
#define TZ_PRINTLN TZ_DBG_PORT.println
59-
#define TZ_FLUSH TZ_DBG_PORT.flush()
6060

6161
#define TZ_PRINT_MARK TZ_PRINT(TZ_MARK)
6262
#define TZ_PRINT_SP TZ_PRINT(TZ_SPACE)

0 commit comments

Comments
 (0)