Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 60ecb77

Browse files
authored
v1.5.0
### Releases v1.5.0 1. Fix bug. 2. Optimize and sync with [**Blynk_Async_WM library v1.5.0**](https://github.com/khoih-prog/Blynk_Async_WM)
1 parent 8d0206c commit 60ecb77

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,31 @@ Thanks to [Thor Johnson](https://github.com/thorathome) to test, suggest and enc
365365
## HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE
366366

367367

368-
These are instructions demonstrating the steps to install esp32-s2 core on Ubuntu machines. For Windows or other OS'es, just follow the the similar principles and steps.
368+
These are instructions demonstrating the steps to install esp32-s2/c3 core on Ubuntu machines. For Windows or other OS'es, just follow the the similar principles and steps.
369+
370+
* Windows 10, follows these steps in [Steps to install Arduino ESP32 support on Windows](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/windows.md)
371+
372+
* Mac OS, follows these steps in [Installation instructions for Mac OS](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/mac.md)
373+
374+
* Fedora, follows these steps in [Installation instructions for Fedora](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/fedora.md)
375+
376+
* openSUSE, follows these steps in [Installation instructions for openSUSE](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/opensuse.md)
377+
378+
* You can also try to add [package_esp32_dev_index.json](https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json) into Arduino IDE `File - Preferences - Additional Boards Manager URLs`
379+
380+
381+
```
382+
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
383+
```
384+
385+
and have Board Manager auto-install the **development** esp32 core. For example : esp32 core `v2.0.0-alpha1`
386+
387+
388+
---
389+
390+
If you're already successful in testing the core, after installing by using the above procedures, you don't need to follows the hereafter manual steps.
391+
392+
---
369393

370394
Assuming you already installed Arduino IDE ESP32 core and the installed directory is
371395

0 commit comments

Comments
 (0)