Levios1

Results 1 comments of Levios1

I think the simplest solution is to just add the lines: ``` //scan for new networks let wifi_device = self.device.as_wifi_device().unwrap(); wifi_device.request_scan(); thread::sleep(Duration::from_secs(2)); ``` The code would look like this: ```...