Closed
Description
Arduino Ide RPI Pico W library 4.5.4 installed
two different WiFi's with DHCP and different SSID and different ip ranges
Same behavior with WiFIMulti or while doing manually if SSID no more available WiFi.mode(WIFI_OFF) then delay(500) then WiFi.mode(WIFI_STA) and at last WiFi.begin(ssid,passwd)
it establishes a connection , gets IP etc and this connection works
after connection lost and a new connection is established to another SSID IP address is not updated the Pico W stays with the address received by the first successful connection . On this case the new connection doesn't work cause the Pico address doesn't fit to the range of the new SSID.