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

Commit 3fd62f3

Browse files
authored
Major Releases v1.5.0
### Major Releases v1.5.0 1. Add support to **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, ESP32S2 Dev Module, UM FeatherS2, UM ProS2, microS2, etc.)** 2. Add [**Instructions to install ESP32-S2 core**](https://github.com/khoih-prog/ESPAsync_WiFiManager#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide) 3. Rewrite library code to be more efficient and multitask friendly
1 parent 68c908c commit 3fd62f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Download [**esp32-s2 core**](https://github.com/espressif/arduino-esp32/tree/esp
335335
#### 2.2 Unzip
336336

337337
<p align="center">
338-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/pics/esp32_s2_Core_Unzipped.png">
338+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/Images/esp32_s2_Core_Unzipped.png">
339339
</p>
340340

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

356356

357357
<p align="center">
358-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/pics/esp32_s2_Toolchain.png">
358+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/Images/esp32_s2_Toolchain.png">
359359
</p>
360360

361361
#### 3.2 Download esptool
@@ -368,7 +368,7 @@ Download [esptool](https://github.com/espressif/esptool/releases) int the `zip`
368368
#### 3.3 Unzip
369369

370370
<p align="center">
371-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/pics/esp32_s2_esptool.png">
371+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/Images/esp32_s2_esptool.png">
372372
</p>
373373

374374
---
@@ -389,7 +389,7 @@ Copy whole `esptool` directory into `/home/your_account/.arduino15/packages/esp3
389389

390390

391391
<p align="center">
392-
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/pics/esp32_s2_tools.png">
392+
<img src="https://github.com/khoih-prog/ESPAsync_WiFiManager/blob/master/Images/esp32_s2_tools.png">
393393
</p>
394394

395395

0 commit comments

Comments
 (0)