use own wifi implementation to connect to wifi. store credentials in flash. no wifi connection yet

This commit is contained in:
2026-09-15 20:54:48 +02:00
committed by rhetenor
parent fafb4fc34f
commit 47b539f364
16 changed files with 344 additions and 1789 deletions
+1
View File
@@ -5,3 +5,4 @@ pub type Nvs = esp_nvs::Nvs<FlashStorage<'static>>;
pub mod cardstore;
pub mod settings;
pub mod store;
pub mod wifistore;