documentation for the network module?

I’ve got a WiFi shield and I see the connect example code for it. That code works here for me, I can connect to local WiFi.

But I am not seeing documentation for the OpenMV implementation of the network module. Is that online somewhere?

import network
wlan = network.WINC()
help(wlan)

A lot of methods and attributes get printed, and it appears to be different from the API for the ESP32.

http://docs.openmv.io/library/network.WINC.html?highlight=winc

Got it, thanks!

In the docs…

WINC.wait_for_sta(timeout)

What is the unit of time for ‘timeout’? Seconds, milliseconds?

milliseconds