diff --git a/web/plates/settings-help.html b/web/plates/settings-help.html index 0b9e81c0..7ee0e575 100644 --- a/web/plates/settings-help.html +++ b/web/plates/settings-help.html @@ -9,9 +9,12 @@ The WiFi section allows the user to change various WiFi Settings:
WiFi SSID
The name of your Stratux Network. - You might want to change this to match your A/C Tail Number (ex: Stratux-N12345).
+ You might want to change this to match your A/C Tail Number (ex: Stratux-N12345). + It may contain letters, numbers, and the following symbols: ()_- and {space}. + It must contain between 1 and 32 characters.
Network Security
This switch will turn your wireless security On or Off.
-
WiFi Passphrase
When Security is turned on this will be the password for your network.
+
WiFi Passphrase
When Security is turned on this will be the password for your network. + It must be between 8 and 63 characters.
WiFi Channel
Changing the WiFi Channel can improve the wireless signal if in a congested WiFi area.

diff --git a/web/plates/settings.html b/web/plates/settings.html index fb13885b..53b5c230 100644 --- a/web/plates/settings.html +++ b/web/plates/settings.html @@ -54,7 +54,7 @@
+ placeholder="1-32 characters: letters, numbers, ()_-{space}."/>
@@ -66,7 +66,7 @@ + ng-required="WiFiSecurityEnabled" placeholder="8-63 characters."/>