Cannot connect to Wifi

My meadow : ID: Meadow by Wilderness Labs, Model: F7Micro, MeadowOS Version: 0.4.6.1 (Mar 19 2021 11:03:39), Processor: STM32F777IIK6, Processor Id: 3c-00-22-00-04-51-38-31-33-36-34-35, Serial Number: 355636793138, CoProcessor: ESP32, CoProcessor OS Version: 0.4.6.1, Mono Version: 0.0.0.1, Device Name: MeadowF7

I’m not able to connect to Wifi…
after Device.InitWiFiAdapter().Wait();
I’m trying
var result = await Device.WiFiAdapter.Connect(“myWifi”, “mypassword”);
but I always have a ConnectionStatus at NetworkInterfaceCannotBeStarted
Same if I try Device.WiFiAdapter.Scan();

Any Hint ??
Thanks
Fabrice

Version 0.4.6.2 should fix this problem. Try meadow --Download, I think it is available now, and then update your board,

Regards,
Mark

Hi Mark,
thanks for your reply… It works like a charm :slight_smile:

Regards,
Fabrice