Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.10.0 to add support to ESP32-S3
Browse files Browse the repository at this point in the history
### Releases v1.10.0

1. Add support to `ESP32-S3` (`ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3`, etc.) using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
  • Loading branch information
khoih-prog authored Feb 11, 2022
1 parent 0bc1dc5 commit f72b36f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"platforms": ["espressif32"]
}
],
"license": "MIT",
"frameworks": "*",
"platforms": ["espressif8266", "espressif32"],
"examples": "examples/*/*/*.ino",
Expand Down

0 comments on commit f72b36f

Please sign in to comment.