8 lines
137 B
Rust
8 lines
137 B
Rust
use esp_storage::FlashStorage;
|
|
|
|
pub type Nvs = esp_nvs::Nvs<FlashStorage<'static>>;
|
|
|
|
pub mod cardstore;
|
|
pub mod settings;
|
|
pub mod store;
|