remove pio, use native esp-idf
This commit is contained in:
parent
1ea0bf62e5
commit
a0a80a4d3e
1 changed files with 1 additions and 5 deletions
|
@ -12,17 +12,13 @@ opt-level = "s"
|
||||||
debug = true # Symbols are nice and they don't increase the size on Flash
|
debug = true # Symbols are nice and they don't increase the size on Flash
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
|
||||||
[features]
|
|
||||||
pio = ["esp-idf-sys/pio"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.57"
|
||||||
embedded-hal = "0.2.7"
|
embedded-hal = "0.2.7"
|
||||||
esp-idf-hal = "0.37.4"
|
esp-idf-hal = "0.37.4"
|
||||||
esp-idf-sys = { version = "0.31.5", features = ["binstart"] }
|
esp-idf-sys = { version = "0.31.5", features = ["binstart", "native"] }
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
embuild = "0.29"
|
embuild = "0.29"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
Loading…
Reference in a new issue