Compare commits
1 commit
main
...
feat/resta
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bb166480c |
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ embedded-io-async = { version = "0.7.0", optional = true }
|
||||||
esp-alloc = { version = "0.10.0", optional = true }
|
esp-alloc = { version = "0.10.0", optional = true }
|
||||||
esp-backtrace = { version = "0.19.0", optional = true, features = [
|
esp-backtrace = { version = "0.19.0", optional = true, features = [
|
||||||
"esp32c5",
|
"esp32c5",
|
||||||
"panic-handler",
|
"panic-handler", # TODO?
|
||||||
"println",
|
"println",
|
||||||
] }
|
] }
|
||||||
esp-println = { version = "0.17.0", optional = true, default-features = false, features = ["colors", "critical-section", "jtag-serial", "esp32c5", "log-04"] }
|
esp-println = { version = "0.17.0", optional = true, default-features = false, features = ["colors", "critical-section", "jtag-serial", "esp32c5", "log-04"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue