kopia lustrzana https://github.com/cyoung/stratux
Better help for WiFi SSID and Passphrase requirements.
rodzic
53bbd05cb3
commit
e388ba307a
|
@ -9,9 +9,12 @@
|
||||||
The <strong>WiFi</strong> section allows the user to change various WiFi Settings:
|
The <strong>WiFi</strong> section allows the user to change various WiFi Settings:
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>WiFi SSID</dt><dd>The name of your Stratux Network.
|
<dt>WiFi SSID</dt><dd>The name of your Stratux Network.
|
||||||
You might want to change this to match your A/C Tail Number (ex: Stratux-N12345).</dd>
|
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.</dd>
|
||||||
<dt>Network Security</dt><dd>This switch will turn your wireless security <b>On</b> or <b>Off</b>.</dd>
|
<dt>Network Security</dt><dd>This switch will turn your wireless security <b>On</b> or <b>Off</b>.</dd>
|
||||||
<dt>WiFi Passphrase</dt><dd>When Security is turned on this will be the password for your network.</dd>
|
<dt>WiFi Passphrase</dt><dd>When Security is turned on this will be the password for your network.
|
||||||
|
It must be between 8 and 63 characters.</dd>
|
||||||
<dt>WiFi Channel</dt><dd>Changing the WiFi Channel can improve the wireless signal if in a congested WiFi area.</dd>
|
<dt>WiFi Channel</dt><dd>Changing the WiFi Channel can improve the wireless signal if in a congested WiFi area.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<div class="form-group reset-flow">
|
<div class="form-group reset-flow">
|
||||||
<label class="control-label col-xs-5">WiFi SSID</label>
|
<label class="control-label col-xs-5">WiFi SSID</label>
|
||||||
<input class="col-xs-7" type="text" ssid-input ng-model="WiFiSSID"
|
<input class="col-xs-7" type="text" ssid-input ng-model="WiFiSSID"
|
||||||
placeholder="WiFi Network Name" />
|
placeholder="1-32 characters: letters, numbers, ()_-{space}."/>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group reset-flow">
|
<div class="form-group reset-flow">
|
||||||
<label class="control-label col-xs-7">Network Security</label>
|
<label class="control-label col-xs-7">Network Security</label>
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
<label class="control-label col-xs-5">WiFi Passphrase</label>
|
<label class="control-label col-xs-5">WiFi Passphrase</label>
|
||||||
<input class="col-xs-7" type="text" wpa-input ng-model="WiFiPassphrase"
|
<input class="col-xs-7" type="text" wpa-input ng-model="WiFiPassphrase"
|
||||||
ng-disabled="!WiFiSecurityEnabled" ng-class="{grayout: !WiFiSecurityEnabled}"
|
ng-disabled="!WiFiSecurityEnabled" ng-class="{grayout: !WiFiSecurityEnabled}"
|
||||||
ng-required="WiFiSecurityEnabled" placeholder="WiFi Passphrase" />
|
ng-required="WiFiSecurityEnabled" placeholder="8-63 characters."/>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group reset-flow">
|
<div class="form-group reset-flow">
|
||||||
<label class="control-label col-xs-7">WiFi Channel</label>
|
<label class="control-label col-xs-7">WiFi Channel</label>
|
||||||
|
|
Ładowanie…
Reference in New Issue