not working wip of station mode
This commit is contained in:
@@ -381,11 +381,14 @@ impl PlantHal {
|
||||
lfs2Filesystem::mount(alloc, lfs2filesystem).expect("Could not mount lfs2 filesystem"),
|
||||
));
|
||||
|
||||
let ap = interfaces.ap;
|
||||
let sta = interfaces.sta;
|
||||
let mut esp = Esp {
|
||||
fs,
|
||||
rng,
|
||||
controller: Arc::new(Mutex::new(controller)),
|
||||
interfaces: Some(interfaces),
|
||||
interface_sta : Some(sta),
|
||||
interface_ap : Some(ap),
|
||||
boot_button,
|
||||
mqtt_client: None,
|
||||
ota,
|
||||
|
||||
Reference in New Issue
Block a user