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

Commit 7467b30

Browse files
authored
v1.2.0 to add support to new ESP32-S3
### Releases v1.2.0 1. Add support to new `ESP32-S3` 2. Optimize library code by using `reference-passing` instead of `value-passing`
1 parent e443878 commit 7467b30

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
@@ -1098,7 +1098,7 @@ Submit issues to: [ESP32_New_TimerInterrupt issues](https://github.com/khoih-pro
10981098
8. Avoid using float in ISR due to issue with core v2.0.0 and v2.0.1.
10991099
9. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
11001100
10. Optimize library code by using `reference-passing` instead of `value-passing`
1101-
11. Add support to **ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using EEPROM, SPIFFS or LittleFS**
1101+
11. Add support to **ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)**
11021102

11031103
---
11041104
---

0 commit comments

Comments
 (0)