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

Commit ae30c71

Browse files
authored
v1.0.0 to support WT32_ETH01 boards
#### Releases v1.0.0 1. Initial coding to support WT32_ETH01 boards
1 parent 468488e commit ae30c71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_WT32_ETH01.svg?)](https://www.ardu-badge.com/WebServer_WT32_ETH01)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/WebServer_WT32_ETH01.svg)](https://github.com/khoih-prog/WebServer_WT32_ETH01/releases)
5-
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/master/LICENSE)
5+
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/LICENSE)
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/WebServer_WT32_ETH01.svg)](http://github.com/khoih-prog/WebServer_WT32_ETH01/issues)
88

@@ -23,7 +23,7 @@
2323
* [Manual Install](#manual-install)
2424
* [VS Code & PlatformIO](#vs-code--platformio)
2525
* [Libraries' Patches](#libraries-patches)
26-
* [1. For fixing ESP32 compile error](#7-for-fixing-esp32-compile-error)
26+
* [1. For fixing ESP32 compile error](#1-for-fixing-esp32-compile-error)
2727
* [HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)](#howto-use-analogread-with-esp32-running-wifi-andor-bluetooth-btble)
2828
* [1. ESP32 has 2 ADCs, named ADC1 and ADC2](#1--esp32-has-2-adcs-named-adc1-and-adc2)
2929
* [2. ESP32 ADCs functions](#2-esp32-adcs-functions)
@@ -60,7 +60,7 @@
6060
* [ 5. node_test_server](examples/HTTPClient/node_test_server)
6161
* [Example AdvancedWebServer](#example-advancedwebserver)
6262
* [File AdvancedWebServer.ino](#file-advancedwebserverino)
63-
* [Debug Terminal Output Samples](#debug-termimal-output-samples)
63+
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
6464
* [ 1. AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720](#1-advancedwebserver-on-esp32_dev-with-eth_phy_lan8720)
6565
* [ 2. ESP32_FS_EthernetWebServer on ESP32_DEV with ETH_PHY_LAN8720](#2-esp32_fs_webserver-on-esp32_dev-with-eth_phy_lan8720)
6666
* [ 3. MQTT_ThingStream on ESP32_DEV with ETH_PHY_LAN8720](#3-mqtt_thingstream-on-esp32_dev-with-eth_phy_lan8720)
@@ -629,14 +629,14 @@ void loop()
629629
---
630630
---
631631
632-
### Debug Termimal Output Samples
632+
### Debug Terminal Output Samples
633633
634634
#### 1. AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720
635635
636636
The following are debug terminal output and screen shot when running example [AdvancedWebServer](examples/AdvancedWebServer) on ESP32_DEV with ETH_PHY_LAN8720 (WT32_ETH01)
637637
638638
<p align="center">
639-
<img src="https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/master/pics/AdvancedWebServer.png">
639+
<img src="https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/pics/AdvancedWebServer.png">
640640
</p>
641641
642642
```
@@ -697,7 +697,7 @@ handleFileRead: /CanadaFlag_1.png
697697
and the screen shot of the WebServer
698698

699699
<p align="center">
700-
<img src="https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/master/pics/ESP32_FS_EthernetWebServer.png">
700+
<img src="https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/pics/ESP32_FS_EthernetWebServer.png">
701701
</p>
702702

703703
---
@@ -1057,7 +1057,7 @@ If you want to contribute to this project:
10571057

10581058
### License
10591059

1060-
- The library is licensed under [GPLv3](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/master/LICENSE)
1060+
- The library is licensed under [GPLv3](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/LICENSE)
10611061

10621062
---
10631063

0 commit comments

Comments
 (0)