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

Commit

Permalink
Release v1.5.0 to add support to ESP32-S2
Browse files Browse the repository at this point in the history
### Release 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**](#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
  • Loading branch information
khoih-prog authored Feb 13, 2021
1 parent 33d06d6 commit b3fc5a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ It's using a web ConfigPortal, served from the `ESP32 / ESP8266`, and operating

## Changelog

### Release v1.5.0
### 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**](#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
Expand Down Expand Up @@ -406,7 +406,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/ESP_WiFiManager_Lite/blob/main/Images/esp32_s2_Core_Unzipped.png">
<img src="https://github.com/khoih-prog/ESP_WiFiManager/blob/master/Images/esp32_s2_Core_Unzipped.png">
</p>

#### 2.3 Update esp32-s2 core directories
Expand All @@ -426,7 +426,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/ESP_WiFiManager_Lite/blob/main/Images/esp32_s2_Toolchain.png">
<img src="https://github.com/khoih-prog/ESP_WiFiManager/blob/master/Images/esp32_s2_Toolchain.png">
</p>

#### 3.2 Download esptool
Expand All @@ -439,7 +439,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/ESP_WiFiManager_Lite/blob/main/Images/esp32_s2_esptool.png">
<img src="https://github.com/khoih-prog/ESP_WiFiManager/blob/master/Images/esp32_s2_esptool.png">
</p>

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


<p align="center">
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/Images/esp32_s2_tools.png">
<img src="https://github.com/khoih-prog/ESP_WiFiManager/blob/master/Images/esp32_s2_tools.png">
</p>


Expand Down Expand Up @@ -3864,7 +3864,7 @@ Submit issues to: [ESP_WiFiManager issues](https://github.com/khoih-prog/ESP_WiF

## Releases

### Release v1.5.0
### 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**](#howto-install-esp32-s2-core-for-esp32-s2-saola-ai-thinker-esp-12k-boards-into-arduino-ide)
Expand Down

0 comments on commit b3fc5a8

Please sign in to comment.