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

Commit 6891743

Browse files
authored
v1.4.0 to fix base64 encoding of websocket
### Releases v1.4.0 1. Fix base64 encoding of websocket client key and add WebServer progmem support. Check PR [Fix base64 encoding of websocket client key and progmem support for webserver #7](#7)
1 parent e308402 commit 6891743

File tree

28 files changed

+0
-308
lines changed

28 files changed

+0
-308
lines changed

examples/AsyncFSBrowser_STM32/AsyncFSBrowser_STM32.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/AsyncMultiWebServer_STM32/AsyncMultiWebServer_STM32.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@
3636
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3838
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
40-
Version: 1.3.0
41-
42-
Version Modified By Date Comments
43-
------- ----------- ---------- -----------
44-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
45-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
46-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
47-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
48-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
49-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
5039
*****************************************************************************************************************************/
5140
/*
5241
Currently support

examples/Async_HelloServer/Async_HelloServer.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_HelloServer2/Async_HelloServer2.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_HttpBasicAuth/Async_HttpBasicAuth.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_PostServer/Async_PostServer.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_RegexPatterns_STM32/Async_RegexPatterns_STM32.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/Async_SimpleWebServer_STM32/Async_SimpleWebServer_STM32.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/MQTTClient_Auth/MQTTClient_Auth.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/MQTTClient_Basic/MQTTClient_Basic.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/MQTT_ThingStream/MQTT_ThingStream.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/AsyncFSBrowser_STM32_LAN8720/AsyncFSBrowser_STM32_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/AsyncMultiWebServer_STM32_LAN8720/AsyncMultiWebServer_STM32_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/Async_AdvancedWebServer_LAN8720/Async_AdvancedWebServer_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@
3636
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3838
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
40-
Version: 1.3.0
41-
42-
Version Modified By Date Comments
43-
------- ----------- ---------- -----------
44-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
45-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
46-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
47-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
48-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
49-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
5039
*****************************************************************************************************************************/
5140
/*
5241
Currently support

examples/STM32_LAN8720/Async_HelloServer2_LAN8720/Async_HelloServer2_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/Async_HelloServer_LAN8720/Async_HelloServer_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/Async_HttpBasicAuth_LAN8720/Async_HttpBasicAuth_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

examples/STM32_LAN8720/Async_PostServer_LAN8720/Async_PostServer_LAN8720.ino

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
11-
12-
Version: 1.3.0
13-
14-
Version Modified By Date Comments
15-
------- ----------- ---------- -----------
16-
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17-
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19-
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20-
1.2.6 K Hoang 22/03/2021 Fix dependency on STM32AsyncTCP Library
21-
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
2211
*****************************************************************************************************************************/
2312
/*
2413
Currently support

0 commit comments

Comments
 (0)