mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-17 20:42:09 +02:00
When iterating through APlist from first to the last element, a corrected password for already known SSID is not used. Therefore, I propose to iterate from the back of the list. With iterating from the back through the vector, an already known SSID with a corrected password is used instead.