esp32c3: Examples: Update to v0.29.0

This commit is contained in:
Henrik Tjäder 2025-06-18 21:43:24 +02:00
parent 38af386d10
commit 42cc1b1a5d

View file

@ -16,7 +16,7 @@ esp-backtrace = { version = "0.15.0", features = [
"exception-handler", "exception-handler",
"println", "println",
] } ] }
esp32c3 = {version = "0.28.0", features = ["critical-section"]} esp32c3 = {version = "0.29.0", features = ["critical-section"]}
esp-println = { version = "0.13.0", features = ["esp32c3"] } esp-println = { version = "0.13.0", features = ["esp32c3"] }
[features] [features]