Juerd/ESP-WiFiSettings

arduino-esp32: Local IP is 255.255.255.255 after connection succeeds

santosrafael opened this issue · 4 comments

Hi,

After connecting to AP, I get the message "Connecting to WiFi SSID 'acesspoint'..255.255.255.255", so something went wrong and no connections could be established.

When I commented the line 346 in file WiFiSettings.cpp the issue was gone.

Juerd commented

Is that on an ESP32 or ESP8266? Are you using the latest version of the ESP platform for Arduino; if not, which version are you using?

Sorry, that is for ESP32.
I'm using updated arduino-esp32 cloned from master branch.

Juerd commented

Sorry, I've not been able to reproduce this problem. Can you share the smallest program you can make, that still shows the problem?

Juerd commented

No reply after >½ year; closing.