You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1777,7 +1777,7 @@ Following are debug terminal output and screen shots when running example [Async
1777
1777
1778
1778
```
1779
1779
Starting AsyncMultiWebServer_STM32 on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1780
-
AsyncWebServer_STM32 v1.3.1
1780
+
AsyncWebServer_STM32 v1.4.0
1781
1781
1782
1782
Connected to network. IP = 192.168.2.141
1783
1783
Initialize multiServer OK, serverIndex = 0, port = 8080
@@ -1810,7 +1810,7 @@ Following is debug terminal output when running example [WebClient](examples/Web
1810
1810
1811
1811
```
1812
1812
Starting WebClient on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1813
-
AsyncWebServer_STM32 v1.3.1
1813
+
AsyncWebServer_STM32 v1.4.0
1814
1814
You're connected to the network, IP = 192.168.2.71
1815
1815
1816
1816
Starting connection to server...
@@ -1879,7 +1879,7 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
1879
1879
1880
1880
```
1881
1881
Starting MQTTClient_Auth on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1882
-
AsyncWebServer_STM32 v1.3.1
1882
+
AsyncWebServer_STM32 v1.4.0
1883
1883
1884
1884
Connected to network. IP = 192.168.2.71
1885
1885
Attempting MQTT connection to broker.emqx.io...connected
@@ -1897,7 +1897,7 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
1897
1897
1898
1898
```
1899
1899
Starting MQTTClient_Basic on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1900
-
AsyncWebServer_STM32 v1.3.1
1900
+
AsyncWebServer_STM32 v1.4.0
1901
1901
1902
1902
Connected to network. IP = 192.168.2.71
1903
1903
Attempting MQTT connection to broker.shiftr.io...connected
@@ -1923,7 +1923,7 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
1923
1923
1924
1924
```
1925
1925
Starting MQTT_ThingStream on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1926
-
AsyncWebServer_STM32 v1.3.1
1926
+
AsyncWebServer_STM32 v1.4.0
1927
1927
1928
1928
Connected to network. IP = 192.168.2.71
1929
1929
***************************************
@@ -1953,7 +1953,7 @@ Following is debug terminal output when running example [MQTTClient_Auth_LAN8720
1953
1953
1954
1954
```
1955
1955
Start MQTTClient_Auth_LAN8720 on BLACK_F407VE with LAN8720 Ethernet
1956
-
AsyncWebServer_STM32 v1.3.1
1956
+
AsyncWebServer_STM32 v1.4.0
1957
1957
1958
1958
Connected to network. IP = 192.168.2.150
1959
1959
Attempting MQTT connection to broker.emqx.io...connected
@@ -1992,7 +1992,7 @@ Following are debug terminal output and screen shots when running example [Async
1992
1992
1993
1993
```
1994
1994
Start AsyncMultiWebServer_STM32_LAN8720 on BLACK_F407VE with LAN8720 Ethernet
1995
-
AsyncWebServer_STM32 v1.3.1
1995
+
AsyncWebServer_STM32 v1.4.0
1996
1996
1997
1997
Connected to network. IP = 192.168.2.150
1998
1998
Initialize multiServer OK, serverIndex = 0, port = 8080
@@ -2083,7 +2083,7 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
2083
2083
3. Relied on [PhilBowles' STM32 AsyncTCP Library](https://github.com/philbowles/STM32AsyncTCP).
2084
2084
4. Thanks to good work of [Miguel Wisintainer](https://github.com/tcpipchip) for working with, developing, debugging and testing.
2085
2085
5. Thanks to [Jean-Claude](https://github.com/jcw) and [chris007de](https://github.com/chris007de) to help locate the dependency issue, discuss solution leading to release v1.2.6. Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2).
2086
-
2086
+
6. Thanks to [tothtechnika](https://github.com/tothtechnika) to create the PR [Fix base64 encoding of websocket client key and progmem support for webserver #7](https://github.com/khoih-prog/AsyncWebServer_STM32/pull/7) leading to new release v1.4.0
2087
2087
2088
2088
<table>
2089
2089
<tr>
@@ -2093,6 +2093,7 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
*[Table of contents](#table-of-contents)
15
15
*[Changelog](#changelog)
16
+
*[Releases v1.4.0](#releases-v140)
16
17
*[Releases v1.3.1](#releases-v131)
17
18
*[Releases v1.3.0](#releases-v130)
18
19
*[Releases v1.2.6](#releases-v126)
@@ -25,6 +26,11 @@
25
26
26
27
## Changelog
27
28
29
+
### Releases v1.4.0
30
+
31
+
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](https://github.com/khoih-prog/AsyncWebServer_STM32/pull/7)
32
+
33
+
28
34
### Releases v1.3.1
29
35
30
36
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
Copy file name to clipboardExpand all lines: src/AsyncEventSource_STM32.cpp
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,18 @@
9
9
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
10
10
Licensed under MIT license
11
11
12
-
Version: 1.3.0
13
-
12
+
Version: 1.4.0
13
+
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
17
17
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18
18
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
19
19
1.2.5 K Hoang 28/12/2020 Suppress all possible compiler warnings. Add examples.
20
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 *****************************************************************************************************************************/
21
+
1.3.0 K Hoang 14/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
22
+
1.3.1 K Hoang 09/10/2021 Update `platform.ini` and `library.json`
23
+
1.4.0 K Hoang 14/12/2021 Fix base64 encoding of websocket client key and add WebServer progmem support *****************************************************************************************************************************/
0 commit comments