Pico never connects to WiFi, even though during setup it properly detects it, password is correct.
It always fails with -2 error (No matching SSID found (could be out of range, or down)).
2000-01-01 00:10:26 [info / 124kB] > active: 0, status: 0 (Link is down)
2000-01-01 00:10:27 [info / 135kB] > Ready for connection!
2000-01-01 00:10:27 [info / 133kB] > Connecting to SSID ASUS (password: 1234567890)...
2000-01-01 00:10:27 [info / 129kB] > active: 1, status: -2 (No matching SSID found (could be out of range, or down))
2000-01-01 00:10:27 [error / 126kB] ! Failed to connect to SSID ASUS (password: 1234567890): No matching SSID found (could be out of range, or down)
2000-01-01 00:10:27 [error / 124kB] ! failed to synchronise clock
2000-01-01 00:10:27 [info / 122kB] > going to sleep
If I manually trigger main.py from Thonny:
2000-01-01 00:01:58 [debug / 141kB] - running Enviro 0.0.10, MicroPython v1.22.2, enviro v1.22.2 on 2024-03-06
2000-01-01 00:01:58 [info / 134kB] - wake reason: usb_powered
2000-01-01 00:01:58 [debug / 133kB] - turn on activity led
2000-01-01 00:01:58 [info / 131kB] > clock not set, synchronise from ntp server
2000-01-01 00:01:58 [info / 129kB] > connecting to wifi network 'ASUS'
2000-01-01 00:01:58 [info / 126kB] > MAC: xxx
2000-01-01 00:01:58 [info / 123kB] > active: 1, status: -1 (Connection failed)
2000-01-01 00:01:58 [info / 122kB] > Ready for connection!
2000-01-01 00:01:58 [info / 144kB] > Connecting to SSID ASUS (password: 1234567890)...
2000-01-01 00:01:59 [info / 139kB] > active: 1, status: 1 (Connected to wifi)
2000-01-01 00:01:59 [info / 136kB] > active: 1, status: 1 (Connected to wifi)
2000-01-01 00:02:00 [info / 132kB] > active: 1, status: 1 (Connected to wifi)
2000-01-01 00:02:01 [info / 127kB] > active: 1, status: 1 (Connected to wifi)
2000-01-01 00:02:01 [info / 124kB] > active: 1, status: -1 (Connection failed)
2000-01-01 00:02:01 [error / 121kB] ! Failed to connect to SSID ASUS (password: 1234567890): Connection failed
2000-01-01 00:02:01 [error / 119kB] ! failed to synchronise clock
2000-01-01 00:02:01 [info / 103kB] > going to sleep