Write state to flash
This commit is contained in:
parent
700bc71bf6
commit
b828cc4bde
5 changed files with 239 additions and 53 deletions
|
|
@ -67,6 +67,10 @@ ws2812-spi = "0.5.0"
|
|||
embassy-futures = "0.1.1"
|
||||
embassy-sync = "0.7.0"
|
||||
libm = "0.2.15"
|
||||
esp-storage = { version = "0.6.0", features = ["esp32c3"] }
|
||||
embedded-storage = "0.3.1"
|
||||
postcard = { version = "1.1.2", features = [] }
|
||||
serde = { version = "1.0.219", features = ["derive"], default-features = false }
|
||||
|
||||
[profile.dev]
|
||||
# Rust debug is too slow.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue