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

Commit 4f6cf66

Browse files
authored
v1.8.0 fixes doubling time bug
### Releases v1.8.0 1. Fix doubled time for `ESP32_S2`. Check [Error in the value defined by TIMER0_INTERVAL_MS #28](https://github.com/khoih-prog/ESP32_C3_TimerInterrupt/issues/28) 2. Modify examples to avoid using `LED_BUILTIN` / `GPIO2`, `GPIO1` as it can cause crash in some boards, such as `ESP32_C3` 3. Use `allman astyle` and add `utils`
1 parent 107c149 commit 4f6cf66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
135135

136136
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
137137
2. [`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-S2-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/).
138+
3. [`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) to use with some examples.
138139

139140
---
140141
---

0 commit comments

Comments
 (0)