|
2 | 2 |
|
3 | 3 | [](https://www.ardu-badge.com/WebServer_WT32_ETH01) |
4 | 4 | [](https://github.com/khoih-prog/WebServer_WT32_ETH01/releases) |
5 | | -[](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/master/LICENSE) |
| 5 | +[](https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/LICENSE) |
6 | 6 | [](#Contributing) |
7 | 7 | [](http://github.com/khoih-prog/WebServer_WT32_ETH01/issues) |
8 | 8 |
|
|
23 | 23 | * [Manual Install](#manual-install) |
24 | 24 | * [VS Code & PlatformIO](#vs-code--platformio) |
25 | 25 | * [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) |
27 | 27 | * [HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)](#howto-use-analogread-with-esp32-running-wifi-andor-bluetooth-btble) |
28 | 28 | * [1. ESP32 has 2 ADCs, named ADC1 and ADC2](#1--esp32-has-2-adcs-named-adc1-and-adc2) |
29 | 29 | * [2. ESP32 ADCs functions](#2-esp32-adcs-functions) |
|
60 | 60 | * [ 5. node_test_server](examples/HTTPClient/node_test_server) |
61 | 61 | * [Example AdvancedWebServer](#example-advancedwebserver) |
62 | 62 | * [File AdvancedWebServer.ino](#file-advancedwebserverino) |
63 | | -* [Debug Terminal Output Samples](#debug-termimal-output-samples) |
| 63 | +* [Debug Terminal Output Samples](#debug-terminal-output-samples) |
64 | 64 | * [ 1. AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720](#1-advancedwebserver-on-esp32_dev-with-eth_phy_lan8720) |
65 | 65 | * [ 2. ESP32_FS_EthernetWebServer on ESP32_DEV with ETH_PHY_LAN8720](#2-esp32_fs_webserver-on-esp32_dev-with-eth_phy_lan8720) |
66 | 66 | * [ 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() |
629 | 629 | --- |
630 | 630 | --- |
631 | 631 |
|
632 | | -### Debug Termimal Output Samples |
| 632 | +### Debug Terminal Output Samples |
633 | 633 |
|
634 | 634 | #### 1. AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720 |
635 | 635 |
|
636 | 636 | The following are debug terminal output and screen shot when running example [AdvancedWebServer](examples/AdvancedWebServer) on ESP32_DEV with ETH_PHY_LAN8720 (WT32_ETH01) |
637 | 637 |
|
638 | 638 | <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"> |
640 | 640 | </p> |
641 | 641 |
|
642 | 642 | ``` |
@@ -697,7 +697,7 @@ handleFileRead: /CanadaFlag_1.png |
697 | 697 | and the screen shot of the WebServer |
698 | 698 |
|
699 | 699 | <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"> |
701 | 701 | </p> |
702 | 702 |
|
703 | 703 | --- |
@@ -1057,7 +1057,7 @@ If you want to contribute to this project: |
1057 | 1057 |
|
1058 | 1058 | ### License |
1059 | 1059 |
|
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) |
1061 | 1061 |
|
1062 | 1062 | --- |
1063 | 1063 |
|
|
0 commit comments