[Bug] WiFi reports connection failed, but still connected
Got an UI popup that said "connection failed". Serial reports the same:
However, it still connected.
Board is Seeed Xiao ESP32-S3
If you look at the timestamps in he logs, these two events are 4 seconds apart, what you are seeing is a reconnect attempt. I could add some logs to make this apperant but that requires more complexity since i have no logic that specifically does reconnection logic. It only tries to connect if not connected.
Might wanna look into why it reconnects instead.
Might wanna look into why it FAILS to connect instead no? Because the credentials are clearly correct if it works the second time.
Postponing to next release due to low importance.
Stale, closing