Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 4725226

Browse files
authored
v1.2.1 tested for STM32 core v2.0.0
### Releases v1.2.1 1. Add Packages' Patches for **STM32 core v2.0.0** to use LAN8720 with STM32Ethernet and LwIP libraries 2. Updated and tested with latest **STM32 core v2.0.0**
1 parent 45cc51e commit 4725226

File tree

30 files changed

+105
-61
lines changed

30 files changed

+105
-61
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1515
Please ensure to specify the following:
1616

1717
* Arduino IDE version (e.g. 1.8.13) or Platform.io version
18-
* Arduino Core for STM32 Version (e.g. Arduino Core for STM32 Version v1.9.0)
18+
* Arduino Core for STM32 Version (e.g. Arduino Core for STM32 Version v2.0.0)
1919
* Arduino STM32 Board (STM32F7 Nucleo-144 F767ZI, STM32F4 BLACK_F407VE, etc)
2020
* Contextual information (e.g. what you were trying to achieve)
2121
* Simplest possible steps to reproduce
@@ -28,7 +28,7 @@ Please ensure to specify the following:
2828

2929
```
3030
Arduino IDE version: 1.8.13
31-
Arduino Core for STM32 Version 1.9.0
31+
Arduino Core for STM32 Version 2.0.0
3232
OS: Ubuntu 20.04 LTS
3333
Linux xy-Inspiron-3593 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3434

README.md

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* [Currently supported Ethernet shields/modules](#currently-supported-ethernet-shieldsmodules)
1818
* [Not supported Boards](#not-supported-boards)
1919
* [Changelog](#changelog)
20+
* [Releases v1.2.1](#releases-v121)
2021
* [Releases v1.2.0](#releases-v120)
2122
* [Releases v1.1.1](#releases-v111)
2223
* [Major Releases v1.1.0](#major-releases-v110)
@@ -136,6 +137,8 @@ This is a Blynk and Credentials Manager Library for configuring/auto(re)connecti
136137

137138
DoubleResetDetector is used to force Config Portal opening even if the Credentials are still valid.
138139

140+
Already updated and tested with latest **STM32 core v2.0.0**
141+
139142
This is the new library, adding to the current Blynk_WiFiManager. It's designed to help you eliminate `hardcoding` your Blynk credentials in **STM32F/L/H/G/WB/MP1 boards using Ethernet shields (W5100, W5200, W5500, ENC28J60, LAN8720, built-in LAN8742A Ethernet)**. It's currently **not supporting SSL**. Will support soon.
140143
- You can update Blynk Credentials any time you need to change via Configure Portal. Data are saved in configurable locations in integrated or emulated EEPROM using [**FlashStorage_STM32** library](https://github.com/khoih-prog/FlashStorage_STM32)
141144
- **DoubleDetectDetector** feature to force Config Portal when double reset is detected within predetermined time, default 10s.
@@ -205,6 +208,12 @@ These boards are not supported:
205208

206209
## Changelog
207210

211+
212+
### Releases v1.2.1
213+
214+
1. Add Packages' Patches for **STM32 core v2.0.0** to use LAN8720 with STM32Ethernet and LwIP libraries
215+
2. Updated and tested with latest **STM32 core v2.0.0**
216+
208217
### Releases v1.2.0
209218

210219
1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
@@ -246,8 +255,8 @@ These boards are not supported:
246255

247256
1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
248257
2. [`Blynk library 0.6.1+`](https://github.com/blynkkk/blynk-library/releases). [![Latest release](https://img.shields.io/github/release/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library/releases/latest/)
249-
3. [`Arduino Core for STM32 v1.9.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32 boards. [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
250-
4. For built-in LAN8742A Ethernet:
258+
3. [`Arduino Core for STM32 v2.0.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32 boards. [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
259+
4. For LAN8720 or built-in LAN8742A Ethernet:
251260
- [`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)
252261
- [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP) for built-in LAN8742A Ethernet on (Nucleo-144, Discovery). [![GitHub release](https://img.shields.io/github/release/stm32duino/LwIP.svg)](https://github.com/stm32duino/LwIP/releases/latest)
253262
5. For W5x00 Ethernet:
@@ -319,18 +328,20 @@ not just unknown Arduino board type:
319328

320329
#### 1. For STM32 boards to use LAN8720
321330

331+
Already updated and tested with latest **STM32 core v2.0.0**
332+
322333
To use LAN8720 on some STM32 boards
323334

324335
- **Nucleo-144 (F429ZI, NUCLEO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG)**
325336
- **Discovery (DISCO_F746NG)**
326337
- **STM32F4 boards (BLACK_F407VE, BLACK_F407VG, BLACK_F407ZE, BLACK_F407ZG, BLACK_F407VE_Mini, DIYMORE_F407VGT, FK407M1)**
327338

328-
you have to copy the files [stm32f4xx_hal_conf_default.h](Packages_Patches/STM32/hardware/stm32/1.9.0/system/STM32F4xx) and [stm32f7xx_hal_conf_default.h](Packages_Patches/STM32/hardware/stm32/1.9.0/system/STM32F7xx) into STM32 stm32 directory (~/.arduino15/packages/STM32/hardware/stm32/1.9.0/system) to overwrite the old files.
339+
you have to copy the files [stm32f4xx_hal_conf_default.h](Packages_Patches/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx) and [stm32f7xx_hal_conf_default.h](Packages_Patches/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx) into STM32 stm32 directory (~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system) to overwrite the old files.
329340

330-
Supposing the STM32 stm32 core version is 1.9.0. These files must be copied into the directory:
341+
Supposing the STM32 stm32 core version is 2.0.0. These files must be copied into the directory:
331342

332-
- `~/.arduino15/packages/STM32/hardware/stm32/1.9.0/system/STM32F4xx/stm32f4xx_hal_conf_default.h` for STM32F4.
333-
- `~/.arduino15/packages/STM32/hardware/stm32/1.9.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
343+
- `~/.arduino15/packages/STM32/hardware/stm32/2.0.0/system/STM32F4xx/stm32f4xx_hal_conf_default.h` for STM32F4.
344+
- `~/.arduino15/packages/STM32/hardware/stm32/2.o.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
334345

335346
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
336347
theses files must be copied into the corresponding directory:
@@ -937,6 +948,8 @@ void loop()
937948

938949
### HOWTO use STM32F4 with LAN8720
939950

951+
Already tested with latest **STM32 core v2.0.0**
952+
940953
#### 1. Wiring
941954

942955
This is the Wiring for STM32F4 (BLACK_F407VE, etc.) using LAN8720
@@ -1025,7 +1038,7 @@ If no valid config data are stored in EEPROM (data verified by checksum), forced
10251038

10261039
```
10271040
Start BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet & STM32Ethernet Library
1028-
BlynkEthernet_STM32_WM v1.2.0
1041+
BlynkEthernet_STM32_WM v1.2.1
10291042
10301043
EEPROM size = 16384, start = 0
10311044
Flag read = 0xd0d01234
@@ -1648,7 +1661,7 @@ The following is the sample terminal output when running example [BI_Ethernet_Bl
16481661

16491662
```
16501663
Start BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet & STM32Ethernet Library
1651-
BlynkEthernet_STM32_WM v1.2.0
1664+
BlynkEthernet_STM32_WM v1.2.1
16521665
16531666
EEPROM size = 16384, start = 0
16541667
Flag read = 0xd0d04321
@@ -1696,7 +1709,7 @@ Pubs Topics = Pubs_Topics
16961709

16971710
```
16981711
Start BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet & STM32Ethernet Library
1699-
BlynkEthernet_STM32_WM v1.2.0
1712+
BlynkEthernet_STM32_WM v1.2.1
17001713
17011714
EEPROM size = 16384, start = 0
17021715
Flag read = 0xd0d01234
@@ -1730,7 +1743,7 @@ Pubs Topics = Pubs_Topics
17301743
CP Button Hit. Rebooting
17311744
17321745
Start BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet & STM32Ethernet Library
1733-
BlynkEthernet_STM32_WM v1.2.0
1746+
BlynkEthernet_STM32_WM v1.2.1
17341747
17351748
EEPROM size = 16384, start = 0
17361749
Flag read = 0xd0d04321
@@ -1766,7 +1779,7 @@ Pubs Topics = Pubs_Topics
17661779
Persistent CP Button Hit. Rebooting
17671780
17681781
Start BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet & STM32Ethernet Library
1769-
BlynkEthernet_STM32_WM v1.2.0
1782+
BlynkEthernet_STM32_WM v1.2.1
17701783
17711784
EEPROM size = 16384, start = 0
17721785
Flag read = 0xd0d04321
@@ -1806,7 +1819,7 @@ The following is the sample terminal output when running example [EthernetENC_Bl
18061819

18071820
```
18081821
Start EthernetENC_Blynk on NUCLEO_F767ZI using ENC28J60 & EthernetENC Library
1809-
BlynkEthernet_STM32_WM v1.2.0
1822+
BlynkEthernet_STM32_WM v1.2.1
18101823
18111824
EEPROM size = 16384, start = 0
18121825
Flag read = 0xd0d04321
@@ -1854,7 +1867,7 @@ Pubs Topics = Pubs_Topics
18541867

18551868
```
18561869
Start EthernetENC_Blynk on NUCLEO_F767ZI using ENC28J60 & EthernetENC Library
1857-
BlynkEthernet_STM32_WM v1.2.0
1870+
BlynkEthernet_STM32_WM v1.2.1
18581871
18591872
EEPROM size = 16384, start = 0
18601873
Flag read = 0xd0d01234
@@ -1888,7 +1901,7 @@ Pubs Topics = Pubs_Topics
18881901
CP Button Hit. Rebooting
18891902
18901903
Start EthernetENC_Blynk on NUCLEO_F767ZI using ENC28J60 & EthernetENC Library
1891-
BlynkEthernet_STM32_WM v1.2.0
1904+
BlynkEthernet_STM32_WM v1.2.1
18921905
18931906
EEPROM size = 16384, start = 0
18941907
Flag read = 0xd0d04321
@@ -1924,7 +1937,7 @@ ClearFlag write = 0xd0d04321
19241937
Persistent CP Button Hit. Rebooting
19251938
19261939
Start EthernetENC_Blynk on NUCLEO_F767ZI using ENC28J60 & EthernetENC Library
1927-
BlynkEthernet_STM32_WM v1.2.0
1940+
BlynkEthernet_STM32_WM v1.2.1
19281941
19291942
EEPROM size = 16384, start = 0
19301943
Flag read = 0xd0d04321
@@ -1962,7 +1975,7 @@ FFFFFFFFF FFFFFFFFFF FF[1322491] h:UpdEEPROM
19621975

19631976
```
19641977
Start EthernetENC_Blynk on NUCLEO_F767ZI using ENC28J60 & EthernetENC Library
1965-
BlynkEthernet_STM32_WM v1.2.0
1978+
BlynkEthernet_STM32_WM v1.2.1
19661979
19671980
EEPROM size = 16384, start = 0
19681981
Flag read = 0xd0d04321
@@ -2040,7 +2053,7 @@ The following is the sample terminal output when running example [ENC28J60_Blynk
20402053

20412054
```
20422055
Start ENC28J60_Blynk on NUCLEO_F767ZI using ENC28J60 & UIPEthernet Library
2043-
BlynkEthernet_STM32_WM v1.2.0
2056+
BlynkEthernet_STM32_WM v1.2.1
20442057
20452058
EEPROM size = 16384, start = 0
20462059
Flag read = 0xd0d04321
@@ -2094,7 +2107,7 @@ BBBBBBBBB
20942107

20952108
```
20962109
Start ENC28J60_Blynk on NUCLEO_F767ZI using ENC28J60 & UIPEthernet Library
2097-
BlynkEthernet_STM32_WM v1.2.0
2110+
BlynkEthernet_STM32_WM v1.2.1
20982111
20992112
EEPROM size = 16384, start = 0
21002113
Flag read = 0xd0d01234
@@ -2146,7 +2159,7 @@ FFF[233631] h:UpdEEPROM
21462159
CP Button Hit. Rebooting
21472160
21482161
Start ENC28J60_Blynk on NUCLEO_F767ZI using ENC28J60 & UIPEthernet Library
2149-
BlynkEthernet_STM32_WM v1.2.0
2162+
BlynkEthernet_STM32_WM v1.2.1
21502163
21512164
EEPROM size = 16384, start = 0
21522165
Flag read = 0xd0d04321
@@ -2187,7 +2200,7 @@ ClearFlag write = 0xd0d04321
21872200
Persistent CP Button Hit. Rebooting
21882201
21892202
Start ENC28J60_Blynk on NUCLEO_F767ZI using ENC28J60 & UIPEthernet Library
2190-
BlynkEthernet_STM32_WM v1.2.0
2203+
BlynkEthernet_STM32_WM v1.2.1
21912204
21922205
EEPROM size = 16384, start = 0
21932206
Flag read = 0xd0d04321
@@ -2234,7 +2247,7 @@ The following is the sample terminal output when running example [W5100_Blynk](e
22342247

22352248
```
22362249
Start W5100_Blynk on NUCLEO_F767ZI using W5x00 & EthernetLarge Library
2237-
BlynkEthernet_STM32_WM v1.2.0
2250+
BlynkEthernet_STM32_WM v1.2.1
22382251
22392252
EEPROM size = 16384, start = 0
22402253
Flag read = 0xd0d04321
@@ -2287,7 +2300,7 @@ BBBBBBBBB B
22872300

22882301
```
22892302
Start W5100_Blynk on NUCLEO_F767ZI using W5x00 & EthernetLarge Library
2290-
BlynkEthernet_STM32_WM v1.2.0
2303+
BlynkEthernet_STM32_WM v1.2.1
22912304
22922305
EEPROM size = 16384, start = 0
22932306
Flag read = 0xd0d01234
@@ -2324,7 +2337,7 @@ Pubs Topics = Pubs_Topics
23242337
CP Button Hit. Rebooting
23252338
23262339
Start W5100_Blynk on NUCLEO_F767ZI using W5x00 & EthernetLarge Library
2327-
BlynkEthernet_STM32_WM v1.2.0
2340+
BlynkEthernet_STM32_WM v1.2.1
23282341
23292342
EEPROM size = 16384, start = 0
23302343
Flag read = 0xd0d04321
@@ -2361,7 +2374,7 @@ Pubs Topics = Pubs_Topics
23612374
Persistent CP Button Hit. Rebooting
23622375
23632376
Start W5100_Blynk on NUCLEO_F767ZI using W5x00 & EthernetLarge Library
2364-
BlynkEthernet_STM32_WM v1.2.0
2377+
BlynkEthernet_STM32_WM v1.2.1
23652378
23662379
EEPROM size = 16384, start = 0
23672380
Flag read = 0xd0d04321
@@ -2404,7 +2417,7 @@ The following is the sample terminal output when running example [LAN8720_Ethern
24042417

24052418
```
24062419
Start LAN8720_Ethernet_Blynk on BLACK_F407VE using LAN8720 Ethernet & STM32Ethernet Library
2407-
BlynkEthernet_STM32_WM v1.2.0
2420+
BlynkEthernet_STM32_WM v1.2.1
24082421
24092422
EEPROM size = 16384, start = 0
24102423
Flag read = 0xd0d01234
@@ -2438,7 +2451,7 @@ FF[178269] h:UpdEEPROM
24382451

24392452
```
24402453
Start LAN8720_Ethernet_Blynk on BLACK_F407VE using LAN8720 Ethernet & STM32Ethernet Library
2441-
BlynkEthernet_STM32_WM v1.2.0
2454+
BlynkEthernet_STM32_WM v1.2.1
24422455
24432456
EEPROM size = 16384, start = 0
24442457
Flag read = 0xd0d04321
@@ -2518,6 +2531,11 @@ Sometimes, the library will only work if you update the board core to the latest
25182531

25192532
## Releases
25202533

2534+
### Releases v1.2.1
2535+
2536+
1. Add Packages' Patches for **STM32 core v2.0.0** to use LAN8720 with STM32Ethernet and LwIP libraries
2537+
2. Updated and tested with latest **STM32 core v2.0.0**
2538+
25212539
### Releases v1.2.0
25222540

25232541
1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.

examples/AM2315_W5100/AM2315_W5100.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkGSM_ESPManager
99
Licensed under MIT license
10-
Version: 1.2.0
10+
Version: 1.2.1
1111
1212
Version Modified By Date Comments
1313
------- ----------- ---------- -----------
@@ -19,6 +19,7 @@
1919
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2020
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2121
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
22+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2223
*****************************************************************************************************************************/
2324

2425
#include "defines.h"

examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkEthernet_STM32_WM
99
Licensed under MIT license
1010
11-
Version: 1.2.0
11+
Version: 1.2.1
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2121
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2222
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2324
*****************************************************************************************************************************/
2425

2526
#include "defines.h"

examples/BI_Ethernet_Blynk_Email/BI_Ethernet_Blynk_Email.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkEthernet_STM32_WM
99
Licensed under MIT license
1010
11-
Version: 1.2.0
11+
Version: 1.2.1
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2121
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2222
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2324
*****************************************************************************************************************************/
2425

2526
#include "defines.h"

examples/BI_Ethernet_WM_Config/BI_Ethernet_WM_Config.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkEthernet_STM32_WM
99
Licensed under MIT license
1010
11-
Version: 1.2.0
11+
Version: 1.2.1
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2121
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2222
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2324
*****************************************************************************************************************************/
2425

2526
#include "defines.h"

examples/BlynkHTTPClient/BlynkHTTPClient.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkEthernet_STM32_WM
99
Licensed under MIT license
1010
11-
Version: 1.2.0
11+
Version: 1.2.1
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2121
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2222
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2324
*****************************************************************************************************************************/
2425

2526
#include "defines.h"

examples/DHT11_W5100/DHT11_W5100.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
88
Built by Khoi Hoang https://github.com/khoih-prog/BlynkGSM_ESPManager
99
Licensed under MIT license
10-
Version: 1.2.0
10+
Version: 1.2.1
1111
1212
Version Modified By Date Comments
1313
------- ----------- ---------- -----------
@@ -19,6 +19,7 @@
1919
1.1.0 K Hoang 30/01/2021 Fix ConfigPortal bug. Add software Config Portal request. Use FlashStorage_STM32.
2020
1.1.1 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
2121
1.2.0 K Hoang 22/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
22+
1.2.1 K Hoang 22/04/2021 Add Packages' Patches for STM32 core v2.0.0 to use LAN8720
2223
*****************************************************************************************************************************/
2324

2425
#include "defines.h"

0 commit comments

Comments
 (0)