use own wifi implementation to connect to wifi. store credentials in flash. no wifi connection yet
This commit is contained in:
+3
-1
@@ -1,6 +1,7 @@
|
||||
pub mod storage;
|
||||
|
||||
use crate::navigation::navigation::Mutex;
|
||||
use crate::Mutex;
|
||||
use crate::network::wifi::Wifi;
|
||||
use crate::peripherals::storage::store::Store;
|
||||
|
||||
use esp_hal::rtc_cntl::Rtc;
|
||||
@@ -8,4 +9,5 @@ use esp_hal::rtc_cntl::Rtc;
|
||||
pub struct Peripherals {
|
||||
pub store: Mutex<Store>,
|
||||
pub rtc: Rtc<'static>,
|
||||
pub wifi: Mutex<Wifi>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user