From 4693d0d95d2452edcaf587a1ff07f738ad89686d Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 5 Oct 2024 18:07:42 -0400 Subject: bme: enable dump mode --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd542ea..302e2da 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" } +drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump"] } lsm6dsm = { git = "https://pub.npry.dev/lsm6dsm" } serde = { workspace = true, default-features = false, features = ["derive", "alloc"] } -- cgit v1.3.1