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

Commit 9e186ce

Browse files
authored
v1.0.0 for ESP32 core v2.0.0-rc1+
### Releases v1.0.0 1. Initial coding for ESP32, ESP32_S2, ESP32_C3 boards with [ESP32 core v2.0.0-rc1+](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0-rc1)
1 parent 2e8240f commit 9e186ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
140140
## Prerequisites
141141

142142
1. [`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
143-
2. [ESP32 core v2.0.0-rc1+](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0-rc1) for ESP32, ESP32_S2/C3-based boards.
143+
2. [`ESP32 core v2.0.0-rc1+`](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0-rc1) for ESP32, ESP32_S2/C3-based boards.
144144
---
145145
---
146146

@@ -164,7 +164,7 @@ Another way to install is to:
164164

165165
1. Install [VS Code](https://code.visualstudio.com/)
166166
2. Install [PlatformIO](https://platformio.org/platformio-ide)
167-
3. Install [**ESP32_New_TimerInterrupt** library](https://platformio.org/lib/show/xxxxx/ESP32_New_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/xxxxx/ESP32_New_TimerInterrupt/installation). Search for **ESP32_New_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
167+
3. Install [**ESP32_New_TimerInterrupt** library](https://platformio.org/lib/show/12678/ESP32_New_TimerInterrupt) by using [Library Manager](https://platformio.org/lib/show/12678/ESP32_New_TimerInterrupt/installation). Search for **ESP32_New_TimerInterrupt** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
168168
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
169169

170170

0 commit comments

Comments
 (0)