Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

main: reboot on panic

This commit is contained in:
Jannik Beyerstedt 2026-08-03 11:15:19 +02:00
commit 4583ad8322
2 changed files with 21 additions and 2 deletions

View file

@ -90,7 +90,6 @@ 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",
"println",
] }
esp-println = { version = "0.17.0", optional = true, default-features = false, features = ["colors", "critical-section", "jtag-serial", "esp32c5", "log-04"] }