0
0
Fork 0

logging: Only print to jtag-serial

Otherwise esp-println will use UART0 when no USB-JTAG/Serial is connected.
This commit is contained in:
Jannik Beyerstedt 2026-07-22 21:20:48 +02:00
commit baaee5f6ff

View file

@ -72,7 +72,7 @@ esp-backtrace = { version = "0.19.0", optional = true, features = [
"panic-handler",
"println",
] }
esp-println = { version = "0.17.0", optional = true, features = ["esp32c5", "log-04"] }
esp-println = { version = "0.17.0", optional = true, default-features = false, features = ["colors", "critical-section", "jtag-serial", "esp32c5", "log-04"] }
esp-radio = { version = "0.18.0", optional = true, features = [
"esp-alloc",
"esp32c5",