From 132fd4ea696dbc00c75eee7a7cecc89bda3609dd Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 5 Oct 2024 18:10:01 -0400 Subject: bme: enable defmt also --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 302e2da..2ac0bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ disable_i2s = [] [dependencies] veml7700_async = { git = "https://pub.npry.dev/veml7700_async" } -drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump"] } +drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump", "defmt"] } lsm6dsm = { git = "https://pub.npry.dev/lsm6dsm" } serde = { workspace = true, default-features = false, features = ["derive", "alloc"] } -- cgit v1.3.1