In the other thread you can see what is all broken with Wio RP2040. Today I created 4 issues in github repo believed to be the base for Seeed provided MicroPython firmware:
I got a proof from Seeed MicroPython itself that the Wifi chip is an ESP8285, one of the issues is that communication between RP2040 and Wifi chip is not stable:
>>> import forum
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "forum.py", line 7, in <module>
OSError: couldn't init nic esp8285 ,try again please
>>>