Open
Description
should be:
status = WiFi.begin(ssid, pass);
Although the code is valid for an open access point, the presence of this line in the sketch clearly indicates the sketch was intended for use with a WPA encrypted access point:
The user will be confused to find the board is unable to connect to the access point even though they set the correct password.