Fix example path
This commit is contained in:
parent
46c0c67c67
commit
c3b200bae9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bme680 = {path = "../"}
|
||||
bme680 = {path = "../../"}
|
||||
env_logger = "0.11.5"
|
||||
linux-embedded-hal = "0.4.0"
|
||||
anyhow = { version = "1.0.80" }
|
||||
|
|
Loading…
Reference in a new issue