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

Commit c821411

Browse files
authored
v1.1.0 to add support to WT32_ETH01
### Releases v1.1.0 1. Add support to **WT32_ETH01 (SSL and non-SSL)** 2. Add examples for `WT32_ETH01`
1 parent d359fe8 commit c821411

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
@@ -323,7 +323,7 @@ https://github.com/khoih-prog/AsyncMQTT_Generic/blob/a2db21ca2e68487560c0718529e
323323

324324
#### 1. FullyFeature_ESP8266 on ESP8266_NODEMCU_ESP12E
325325

326-
This is terminal debug output when running [FullyFeature_ESP8266](examples/ESP8266/FullyFeature_ESP8266) on **ESP8266_NODEMCU_ESP12E** connecting to `broker.emqx.io` MQTT server.
326+
This is terminal debug output when running [FullyFeatured_ESP8266](examples/ESP8266/FullyFeatured_ESP8266) on **ESP8266_NODEMCU_ESP12E** connecting to `broker.emqx.io` MQTT server.
327327

328328
```
329329
Starting FullyFeature_ESP8266 on ESP8266_NODEMCU_ESP12E
@@ -385,7 +385,7 @@ Publish acknowledged.
385385

386386
#### 2. FullyFeature_ESP32 on ESP32_DEV
387387

388-
This is terminal debug output when running [FullyFeature_ESP32](examples/ESP32/FullyFeature_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` MQTT server.
388+
This is terminal debug output when running [FullyFeatured_ESP32](examples/ESP32/FullyFeatured_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` MQTT server.
389389

390390
```
391391
Starting FullyFeature_ESP32 on ESP32_DEV
@@ -451,7 +451,7 @@ Publish acknowledged.
451451

452452
#### 3. FullyFeatureSSL_ESP32 on ESP32_DEV
453453

454-
This is terminal debug output when running [FullyFeatureSSL_ESP32](examples/ESP32/FullyFeatureSSL_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` secured MQTT server (port 8883).
454+
This is terminal debug output when running [FullyFeaturedSSL_ESP32](examples/ESP32/FullyFeaturedSSL_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` secured MQTT server (port 8883).
455455

456456
```
457457
Starting FullyFeatureSSL_ESP32 on ESP32_DEV
@@ -517,7 +517,7 @@ Publish acknowledged
517517

518518
#### 4. FullyFeatureSSL_ESP32 on ESP32_DEV with _ASYNC_MQTT_LOGLEVEL_
519519

520-
This is terminal debug output when running [FullyFeatureSSL_ESP32](examples/ESP32/FullyFeatureSSL_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` secured MQTT server (port 8883). The _ASYNC_MQTT_LOGLEVEL_ is set at 4 to show all the debugging messages.
520+
This is terminal debug output when running [FullyFeaturedSSL_ESP32](examples/ESP32/FullyFeaturedSSL_ESP32) on **ESP32_DEV** connecting to `broker.emqx.io` secured MQTT server (port 8883). The _ASYNC_MQTT_LOGLEVEL_ is set at 4 to show all the debugging messages.
521521

522522

523523
```
@@ -687,7 +687,7 @@ Publish acknowledged
687687

688688
#### 5. FullyFeatureSSL_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
689689

690-
This is terminal debug output when running [FullyFeatureSSL_WT32_ETH01](examples/WT32_ETH01/FullyFeatureSSL_WT32_ETH01) on **WT32-ETH01** connecting to `broker.emqx.io` secured MQTT server (port 8883).
690+
This is terminal debug output when running [FullyFeaturedSSL_WT32_ETH01](examples/WT32_ETH01/FullyFeaturedSSL_WT32_ETH01) on **WT32-ETH01** connecting to `broker.emqx.io` secured MQTT server (port 8883).
691691

692692

693693
```

0 commit comments

Comments
 (0)