0
0
Fork 0

Compare commits

..

No commits in common. "feat/restart-on-panic" and "main" have entirely different histories.

View file

@ -81,7 +81,7 @@ embedded-io-async = { version = "0.7.0", optional = true }
esp-alloc = { version = "0.10.0", optional = true }
esp-backtrace = { version = "0.19.0", optional = true, features = [
"esp32c5",
"panic-handler", # TODO?
"panic-handler",
"println",
] }
esp-println = { version = "0.17.0", optional = true, default-features = false, features = ["colors", "critical-section", "jtag-serial", "esp32c5", "log-04"] }