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

Commit e7ffa3c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ void loop()
397397

398398
### Example [ESP32_ISR_MultiServos](examples/ESP32_ISR_MultiServos)
399399

400-
https://github.com/khoih-prog/ESP32_ISR_Servo/blob/f85c83625eaefcc27d89511e2d8bafbefcbd6291/examples/ESP32_ISR_MultiServos/ESP32_ISR_MultiServos.ino#L72-L211
400+
https://github.com/khoih-prog/ESP32_ISR_Servo/blob/18250af8451efd44e04fc5430ba07087b828f6b9/examples/ESP32_ISR_MultiServos/ESP32_ISR_MultiServos.ino#L72-L220
401401

402402
---
403403
---

0 commit comments

Comments
 (0)