Skip to content

Commit

Permalink
Print wifi messages to defmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 31, 2023
1 parent cb3871d commit 6e3bf6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ esp-println = { version = "0.5.0", default-features = false, features = [
"log",
] }
esp-alloc = { version = "0.3.0" }
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi.git", rev = "68dc11b", features = [
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi.git", rev = "68dc11b", default-features = false, features = [
"phy-enable-usb",
"ps-min-modem",
"wifi",
"embedded-svc",
"async",
"embassy-net",
"defmt",
"utils"
] }

display-interface = { git = "https://github.com/therealprof/display-interface.git", branch = "master" }
Expand Down Expand Up @@ -123,7 +123,7 @@ esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "4dd9fbd" }
esp-println = { git = "https://github.com/esp-rs/esp-println.git", branch = "main" }

[patch.'https://github.com/esp-rs/esp-wifi']
esp-wifi = { git = "https://github.com/bugadani/esp-wifi.git", branch = "dev" }
esp-wifi = { git = "https://github.com/bugadani/esp-wifi.git", branch = "defmt-log" }

[features]
default = ["esp32s3", "defmt"]
Expand Down Expand Up @@ -167,6 +167,7 @@ defmt = [
"max17055/defmt",
"bad-server/defmt",
"embedded-svc/defmt",
"esp-wifi/log-defmt"
]

[package.metadata.espflash]
Expand Down

0 comments on commit 6e3bf6c

Please sign in to comment.