Use ekv for storage

This commit is contained in:
Mona Mayrhofer 2025-06-28 11:19:09 +02:00
parent b828cc4bde
commit 299504d1b5
No known key found for this signature in database
GPG key ID: 3E2BDA732A957188
5 changed files with 145 additions and 35 deletions

View file

@ -71,6 +71,9 @@ 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 }
# Use git version, because released versions use old version of embassy-sync
ekv = { git = "https://github.com/embassy-rs/ekv.git" }
rand_core = "0.9.3"
[profile.dev]
# Rust debug is too slow.