kauailabs / allwpilib

Fork of Official Repository of WPILibJ and WPILibC, which contain in addition a HAL for the KauaiLabs VMX-pi.
Other
1 stars 3 forks source link

Wifi AP fails due to minimum password length requirement #25

Closed KadenK closed 4 years ago

KadenK commented 4 years ago

setupWifiAP.sh will fail if a password is provided that is under 8 characters or over 63 long. There is currently no warnings outputted by the script.

DEFINITION OF DONE: A warning is in the script that tells a user when their password is too short or too long.