Search found 1 match

by RaBa
18 Jun 2021, 16:16
Forum: ESP Easy: Software
Topic: No ESP Easy connection to my other WiFi access points with same SSID
Replies: 72
Views: 48625

Re: No ESP Easy connection to my other WiFi access points with same SSID

I had the same problems in my WiFi Mesh. But I could fix it (quick and dirty) by changing line #29 in the file RTCStruct.cpp from return lastBSSID[0] != 0 && lastWiFiChannel != 0 && lastWiFiSettingsIndex != 0; to return(0); Now ESPeasy is switching from one AP (RSSI -65) to another A...