use esp-println for logging to UART
This commit is contained in:
+1
-2
@@ -24,12 +24,11 @@ esp-bootloader-esp-idf = { version = "0.4.0", features = ["defmt", "esp32s3"] }
|
||||
embassy-executor = { version = "0.9.1", features = ["defmt"] }
|
||||
embassy-time = { version = "0.5.0", features = ["defmt"] }
|
||||
esp-alloc = { version = "0.9.0", features = ["defmt"] }
|
||||
rtt-target = { version = "0.6.2", features = ["defmt"] }
|
||||
esp-println = { version = "0.17.0", features = ["colors", "defmt-espflash", "esp32s3", "uart"], default-features = false }
|
||||
|
||||
critical-section = "1.2.0"
|
||||
static_cell = "2.1.1"
|
||||
ws2812-rs = "0.3.1"
|
||||
embedded-io = "0.7.1"
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user