Skip to content

Commit

Permalink
Add ssid suffix to configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
ssemtner committed Aug 30, 2024
1 parent b5b7b51 commit 4162f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/configuration_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
<div id="teamNumberHelp" class="form-text">FRC team number</div>
</div>

<div>
<label for="ssidSuffix" class="form-label">SSID Suffix</label>
<input type="text" class="form-control" name="ssidSuffix" id="ssidSuffix" aria-describedby="ssidSuffixHelp">
<div id="ssidSuffixHelp" class="form-text">Optional suffix to be appended to both SSIDs, up to 8 alphanumeric characters</div>
</div>

<div>
<label for="wpaKey6" class="form-label">WPA key for 6GHz connection</label>
<input type="text" class="form-control" name="wpaKey6" id="wpaKey6" aria-describedby="wpaKey6Help">
Expand Down

0 comments on commit 4162f82

Please sign in to comment.