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

Commit ce1e434

Browse files
authored
v1.4.0 to add support to ESP32-C3
### Releases v1.4.0 1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide). 2. Add **EEPROM and SPIFFS** support to new **ESP32-C3** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
1 parent 4595752 commit ce1e434

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ As of **April 16th 2021**, the **esp32-s2/c3** board support has been included i
275275
#### 2.3 Unzip
276276

277277
<p align="center">
278-
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/master/pics/esp32_s2_Core_Unzipped.png">
278+
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/pics/esp32_s2_Core_Unzipped.png">
279279
</p>
280280

281281
#### 2.4 Update esp32 core directories
@@ -296,7 +296,7 @@ For example `xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz`, then un
296296

297297

298298
<p align="center">
299-
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/master/pics/esp32_s2_Toolchain.png">
299+
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/pics/esp32_s2_Toolchain.png">
300300
</p>
301301

302302
#### 3.2 Download esptool
@@ -309,7 +309,7 @@ Download [esptool](https://github.com/espressif/esptool/releases) int the `zip`
309309
#### 3.3 Unzip
310310

311311
<p align="center">
312-
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/master/pics/esp32_s2_esptool.png">
312+
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/pics/esp32_s2_esptool.png">
313313
</p>
314314

315315
---
@@ -330,7 +330,7 @@ Copy whole `esptool` directory into `/home/your_account/.arduino15/packages/esp3
330330

331331

332332
<p align="center">
333-
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/master/pics/esp32_s2_tools.png">
333+
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/pics/esp32_s2_tools.png">
334334
</p>
335335

336336

@@ -353,7 +353,7 @@ Then using the similar steps as in
353353
then copy whole `riscv32-esp-elf` directory into `/home/your_account/.arduino15/packages/esp32/hardware/esp32/1.0.6/tools`
354354

355355
<p align="center">
356-
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/master/pics/ESP_WM_Lite_ESP32_C3_Support.png">
356+
<img src="https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/main/pics/ESP_WM_Lite_ESP32_C3_Support.png">
357357
</p>
358358

359359

@@ -419,7 +419,7 @@ Please have a look at [**ESP_WiFiManager Issue 39: Not able to read analog port
419419

420420
#### 3. ESP32 WiFi uses ADC2 for WiFi functions
421421

422-
Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master/components/driver/adc_common.c#L61)
422+
Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/main/components/driver/adc_common.c#L61)
423423

424424
> In ADC2, there're two locks used for different cases:
425425
> 1. lock shared with app and Wi-Fi:

0 commit comments

Comments
 (0)