Is there any way to use fast_connect with multiple SSIDs?
For example, I have mine set to first try and connect to the BSSID that I know will be best SNR (due to a long-ago maybe not applicable bug that went by lowest channel) and then if that fails connect to any of the same SSID.
I can’t figure out how to add fast_connect into the mix if its possible at all. Examples put the indent on the same level as the SSID but when I do that I get errors “[fast_connect] is an invalid option for [networks]. Please check the indentation.”.
Also fast_connect connects to first seen not best signal
fast_connect (Optional, boolean): If enabled, directly connects to WiFi network without doing a full scan first. This is required for hidden networks and can significantly improve connection times. Defaults to off. The downside is that this option connects to the first network the ESP sees, even if that network is very far away and better ones are available.