Skip to content

Commit

Permalink
Add feature to enable additional logging of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Oct 27, 2024
1 parent 438d1ad commit b37a98d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,11 @@ rand_core = "0.6"
reqwless = { version = "0.12", default-features = false, features = ["alloc", "embedded-tls"] }
ssd1306 = { version = "0.9", features = ["async"] }
u8g2-fonts = "0.4"

[features]
default = []
# Enable additional logging of dependencies
log = [
"embassy-executor/log", "embassy-net/log", "embassy-sync/log", "embassy-time/log",
"esp-hal/log", "esp-hal-embassy/log", "reqwless/log",
]

0 comments on commit b37a98d

Please sign in to comment.