preliminary UART setup for CO2 sensor
This commit is contained in:
parent
48d8ef95d6
commit
fab4ac1af7
3 changed files with 32 additions and 0 deletions
7
firmware/Cargo.lock
generated
7
firmware/Cargo.lock
generated
|
|
@ -637,6 +637,7 @@ dependencies = [
|
|||
"esp-idf-svc",
|
||||
"esp-idf-sys",
|
||||
"log",
|
||||
"mh-z19",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -946,6 +947,12 @@ version = "2.7.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
||||
|
||||
[[package]]
|
||||
name = "mh-z19"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08e20228a4dda61bd521e7316780ba2ec8d88170e4999fbd641c1da98e2eea28"
|
||||
|
||||
[[package]]
|
||||
name = "minimal-lexical"
|
||||
version = "0.2.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue