Skip to content

WiFi issue ! #2974

Closed
Closed
@PitHerm

Description

@PitHerm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions