logging: Only print to jtag-serial
Otherwise esp-println will use UART0 when no USB-JTAG/Serial is connected.
This commit is contained in:
parent
fc3581d0d1
commit
baaee5f6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue