roema / Open-Glider-Network-Groundstation

Open Glider Network Receiver based on TTGO T-Beam ESP32 hardware.
https://ros-it.ch/open-glider-network-base-station/
GNU General Public License v3.0
1 stars 0 forks source link

Accept multiple APs by WiFiMulti. #29

Closed CazYokoyama closed 2 years ago

CazYokoyama commented 2 years ago

By using WiFiMulti, wifi connection code is simpler.

Signed-off-by: Caz Yokoyama caz@caztech.com

CazYokoyama commented 2 years ago

The old code tries to connect from the top AP in the array. The new code treats all APs equally. As a result, even available AP locates in bottom, connection time is same.