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

Commit e845d62

Browse files
authored
v1.2.6
### Releases v1.2.6 1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP). Check [Compilation broken due to error in STM32AsyncTCP dependency](#4) and [how to run one of the examples?](#2).
1 parent eb85eec commit e845d62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ Following are debug terminal output and screen shots when running example [Async
16411641
16421642
```
16431643
Starting AsyncMultiWebServer_STM32 on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1644-
AsyncWebServer_STM32 v1.2.5
1644+
AsyncWebServer_STM32 v1.2.6
16451645

16461646
Connected to network. IP = 192.168.2.141
16471647
Initialize multiServer OK, serverIndex = 0, port = 8080
@@ -1674,7 +1674,7 @@ Following is debug terminal output when running example [WebClient](examples/Web
16741674
16751675
```
16761676
Starting WebClient on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1677-
AsyncWebServer_STM32 v1.2.5
1677+
AsyncWebServer_STM32 v1.2.6
16781678
You're connected to the network, IP = 192.168.2.71
16791679

16801680
Starting connection to server...
@@ -1743,7 +1743,7 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
17431743
17441744
```
17451745
Starting MQTTClient_Auth on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1746-
AsyncWebServer_STM32 v1.2.5
1746+
AsyncWebServer_STM32 v1.2.6
17471747

17481748
Connected to network. IP = 192.168.2.71
17491749
Attempting MQTT connection to broker.emqx.io...connected
@@ -1761,7 +1761,7 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
17611761
17621762
```
17631763
Starting MQTTClient_Basic on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1764-
AsyncWebServer_STM32 v1.2.5
1764+
AsyncWebServer_STM32 v1.2.6
17651765

17661766
Connected to network. IP = 192.168.2.71
17671767
Attempting MQTT connection to broker.shiftr.io...connected
@@ -1787,7 +1787,7 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
17871787
17881788
```
17891789
Starting MQTT_ThingStream on NUCLEO_F767ZI with LAN8742A built-in Ethernet
1790-
AsyncWebServer_STM32 v1.2.5
1790+
AsyncWebServer_STM32 v1.2.6
17911791

17921792
Connected to network. IP = 192.168.2.71
17931793
***************************************

0 commit comments

Comments
 (0)