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

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
### 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).
  • Loading branch information
khoih-prog authored Mar 22, 2021
1 parent eb85eec commit e845d62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ Following are debug terminal output and screen shots when running example [Async
```
Starting AsyncMultiWebServer_STM32 on NUCLEO_F767ZI with LAN8742A built-in Ethernet
AsyncWebServer_STM32 v1.2.5
AsyncWebServer_STM32 v1.2.6

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

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

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

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

Connected to network. IP = 192.168.2.71
***************************************
Expand Down

0 comments on commit e845d62

Please sign in to comment.