Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Add option for wifi country. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Jul 17, 2017
1 parent 604df07 commit 301ec78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mopidy_websettings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ <h2>Network</h2>
<input type="text" name="network__wifi_network" value="{{ network__wifi_network }}" size="15" maxlength="40"/>
<label for="network__wifi_password">Wifi Password</label>
<input type="password" name="network__wifi_password" value="{{ network__wifi_password }}" size="10" maxlength="63"/>
<label for="network__wifi_country">Wifi Country</label>
<p>Optionally specify your <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Current_codes" target="_blank">country code</a>
to ensure all available wifi channels are made enabled. For example: GB</p>
<input type="text" name="network__wifi_country" value="{{ network__wifi_country }}" size="2" maxlength="2"/>

<label for="network__workgroup">Workgroup</label>
<p>Here you can change the default workgroup of the Windows network. This will set the workgroup to the name you want</p>
Expand Down
1 change: 1 addition & 0 deletions mopidy_websettings/settingsspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ auth_token = "string(default='')"
[network]
wifi_network = "string(default='')"
wifi_password = "string(default='')"
wifi_country = = "string(default='')"
name = "string(default='MusicBox')"
mount_address = "string(default='')"
mount_user = "string(default='')"
Expand Down

0 comments on commit 301ec78

Please sign in to comment.