bump esp32c3 (#997)

* bump esp32-c3

* update changelog and example

* rtic-monotonics: update esp32c3 to v0.26

---------

Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
MikeGstefan 2024-11-27 13:59:55 -05:00 committed by GitHub
parent d251ba7173
commit ed026cc4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 25 deletions

View file

@ -16,7 +16,7 @@ esp-backtrace = { version = "0.14.0", features = [
"exception-handler",
"println",
] }
esp32c3 = {version = "0.25.0", features = ["critical-section"]}
esp32c3 = {version = "0.26.0", features = ["critical-section"]}
esp-println = { version = "0.11.0", features = ["esp32c3"] }
[features]