From f61b1b405f1282ced67907e53353563f571cacd0 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:21:43 +0000 Subject: [PATCH] Switch SCD41 driver back to upstream, thank you hauju! --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fae92d6..247902d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,7 @@ embedded-graphics = "0.8.1" embedded-graphics-framebuf = "0.5.0" # Peripherals -scd4x = { git = "https://github.com/twokilohertz/scd4x-rs.git", branch = "conversion-fixes", features = [ - "scd41", -] } +scd4x = { version = "0.4.0", features = ["scd41"] } ssd1351 = "0.5.0" display-interface-spi = "0.5.0"