Thomas Van de Velde

Results 2 issues of Thomas Van de Velde

Entering a multi-page menu lists the incorrect page number. The first page is listed as 2/3. ![Screenshot_20220818-214430](https://user-images.githubusercontent.com/828655/185524608-f93f445b-164c-44c0-bac8-6161bc0aa649.png)

enhancement

At line 101 in `Arduino_WiFiConnectionHandler.cpp`: https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/2b21c3c361428f38b95b9a3f506a4cf7e7a85c87/src/Arduino_WiFiConnectionHandler.cpp#L101 The code should check for an empty password and, if so, call `WiFi.begin(_ssid)` instead of `WiFi.begin(_ssid, _password)`. `WiFi.begin(_ssid, "")` results in a failed connection...

type: imperfection
topic: code