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

Commit

Permalink
Major Releases v1.2.0
Browse files Browse the repository at this point in the history
### Major Releases v1.2.0

1. Configurable **Customs HTML Headers**, including Customs Style, Customs Head Elements, CORS Header.
2. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](khoih-prog/Blynk_WM#25)
3. Use more efficient [FlashStorage_SAMD v1.1.0](https://github.com/khoih-prog/FlashStorage_SAMD)
4. Add support to **ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)**
5. Add [**Instructions to install ESP32-S2 core**](https://github.com/khoih-prog/Ethernet_Manager#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
6. Fix Config Portal Bug. 
7. Update examples
  • Loading branch information
khoih-prog authored Feb 23, 2021
1 parent d565255 commit d6f55b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* [4. To open Config Portal](#4-to-open-config-portal)
* [5. To use custom HTML Style](#5-to-use-custom-html-style)
* [6. To use custom Head Elements](#6-to-use-custom-head-elements)
* 7. To use CORS Header](#7-to-use-cors-header)
* [7. To use CORS Header](#7-to-use-cors-header)
* [Important Notes for using Dynamic Parameters' ids](#important-notes-for-using-dynamic-parameters-ids)
* [Examples](#examples)
* [ 1. AM2315_Ethernet](examples/AM2315_Ethernet)
Expand Down Expand Up @@ -194,7 +194,7 @@ This [**Ethernet_Manager** library](https://github.com/khoih-prog/Ethernet_Manag

1. Configurable **Customs HTML Headers**, including Customs Style, Customs Head Elements, CORS Header.
2. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
3. Use more efficient [FlashStorage_SAMD v1.1.0](https://github.com/khoih-prog/FlashStorage_SAMD) and [FlashStorage_STM32 v1.0.0](https://github.com/khoih-prog/FlashStorage_STM32)
3. Use more efficient [FlashStorage_SAMD v1.1.0](https://github.com/khoih-prog/FlashStorage_SAMD)
4. Add support to **ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)**
5. Add [**Instructions to install ESP32-S2 core**](https://github.com/khoih-prog/Ethernet_Manager#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
6. Fix Config Portal Bug.
Expand Down Expand Up @@ -508,7 +508,7 @@ Download [**esp32-s2 core**](https://github.com/espressif/arduino-esp32/tree/esp
#### 2.2 Unzip

<p align="center">
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/blob/main/pics/esp32_s2_Core_Unzipped.png">
<img src="https://github.com/khoih-prog/Ethernet_Manager/blob/main/pics/esp32_s2_Core_Unzipped.png">
</p>

#### 2.3 Update esp32-s2 core directories
Expand All @@ -528,7 +528,7 @@ For example `xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz`, then un


<p align="center">
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/blob/main/pics/esp32_s2_Toolchain.png">
<img src="https://github.com/khoih-prog/Ethernet_Manager/blob/main/pics/esp32_s2_Toolchain.png">
</p>

#### 3.2 Download esptool
Expand All @@ -541,7 +541,7 @@ Download [esptool](https://github.com/espressif/esptool/releases) int the `zip`
#### 3.3 Unzip

<p align="center">
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/blob/main/pics/esp32_s2_esptool.png">
<img src="https://github.com/khoih-prog/Ethernet_Manager/blob/main/pics/esp32_s2_esptool.png">
</p>

---
Expand All @@ -562,7 +562,7 @@ Copy whole `esptool` directory into `/home/your_account/.arduino15/packages/esp3


<p align="center">
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/blob/main/pics/esp32_s2_tools.png">
<img src="https://github.com/khoih-prog/Ethernet_Manager/blob/main/pics/esp32_s2_tools.png">
</p>


Expand Down Expand Up @@ -2821,7 +2821,7 @@ Sometimes, the library will only work if you update the board core to the latest

1. Configurable **Customs HTML Headers**, including Customs Style, Customs Head Elements, CORS Header.
2. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
3. Use more efficient [FlashStorage_SAMD v1.1.0](https://github.com/khoih-prog/FlashStorage_SAMD) and [FlashStorage_STM32 v1.0.0](https://github.com/khoih-prog/FlashStorage_STM32)
3. Use more efficient [FlashStorage_SAMD v1.1.0](https://github.com/khoih-prog/FlashStorage_SAMD)
4. Add support to **ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)**
5. Add [**Instructions to install ESP32-S2 core**](https://github.com/khoih-prog/Ethernet_Manager#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
6. Fix Config Portal Bug.
Expand Down

0 comments on commit d6f55b7

Please sign in to comment.