Pi Pico W AP mode unable to set subnet
Hi,
while playing with the new pi pico w with the latest nightly build i noticed that if i try to set a custom subnet ( ex: 192.168.30.0/24) with the ifconfig command it is ignored completely and the ap releases 192.168.4.0/24 addresses but is configured with the 192.168.30.0/24


As you can see if I set a custom subnet, I haven't got any error running but the address released to the client is in a different subnet
Thank you
network.AP_IF creates a weird AP name and unable to connect
Raspberry pi pico w
Last u2f that downloads from here
relevant sidenote: have no idea why this downloads "unstable" versions or how to download stable ones.
When doing:
`import network
ap = network.WLAN(network.AP_IF)
ap.active(True)
ap.config(essid='pico', password='123456789')
`
it creates a network called PICOXXXXX(numbers and characters) instead of "pico". I tested in 2 different devices, unable to connect to that network either, seems like creating an AP on the pico w is broken. I was able to do it on previous builds for sure.