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

Commit 814d0be

Browse files
authored
v1.4.0 fixes doubling time bug
### Releases v1.4.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_New_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 b617595 commit 814d0be

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
@@ -416,7 +416,7 @@ void loop()
416416

417417
#### 1. File [ESP32_New_ISR_MultiServos.ino](examples/ESP32_New_ISR_MultiServos/ESP32_New_ISR_MultiServos.ino)
418418

419-
https://github.com/khoih-prog/ESP32_New_ISR_Servo/blob/463c03c67432e83a12ce23f45cffcc6d90474523/examples/ESP32_New_ISR_MultiServos/ESP32_New_ISR_MultiServos.ino#L65-L177
419+
https://github.com/khoih-prog/ESP32_New_ISR_Servo/blob/b617595a27f5716bd911d0de733b0a623e727ab9/examples/ESP32_New_ISR_MultiServos/ESP32_New_ISR_MultiServos.ino#L65-L186
420420

421421
---
422422
---
@@ -748,4 +748,4 @@ If you want to contribute to this project:
748748

749749
## Copyright
750750

751-
Copyright 2021- Khoi Hoang
751+
Copyright (C) 2021- Khoi Hoang

0 commit comments

Comments
 (0)