Nice graphs

This commit is contained in:
2025-11-30 22:11:47 +01:00
parent 3cb8a04a77
commit ea9852d5bc
28 changed files with 918 additions and 426 deletions

View File

@ -4,10 +4,6 @@ name = "co2-meter"
rust-version = "1.88"
version = "0.1.0"
[[bin]]
name = "co2-meter"
path = "./src/bin/main.rs"
[dependencies]
esp-hal = { version = "1.0.0", features = ["defmt", "esp32c3", "unstable"] }