Skip to content

Commit

Permalink
WiFi -> Wi-Fi
Browse files Browse the repository at this point in the history
The official spelling is 'Wi-Fi'
  • Loading branch information
softhack007 committed Dec 13, 2024
1 parent a37e205 commit 151e7a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion wled00/data/settings.htm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</head>
<body onload="S()">
<button type=submit id="b" onclick="window.location='/'">Back</button>
<button type="submit" onclick="window.location='./settings/wifi'">WiFi Setup</button>
<button type="submit" onclick="window.location='./settings/wifi'">Wi-Fi Setup</button>
<button type="submit" onclick="window.location='./settings/leds'">LED Preferences</button>
<button id="2dbtn" style="display:none;" type="submit" onclick="window.location='./settings/2D'">2D Configuration</button>
<div id="configMenu">Loading...</div>
Expand Down
2 changes: 1 addition & 1 deletion wled00/data/settings_sec.htm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Security & Update setup</h2>
The password should be changed when OTA is enabled.<br>
<b>Disable OTA when not in use, otherwise an attacker can reflash device software!</b><br>
<i>Settings on this page are only changable if OTA lock is disabled!</i><br>
Deny access to WiFi settings if locked: <input type="checkbox" name="OW"><br><br>
Deny access to Wi-Fi settings if locked: <input type="checkbox" name="OW"><br><br>
Factory reset: <input type="checkbox" name="RS"><br>
All settings and presets will be erased.<br><br>
<div style="color: #fa0;">&#9888; Unencrypted transmission. An attacker on the same network can intercept form data!</div>
Expand Down
10 changes: 5 additions & 5 deletions wled00/data/settings_wifi.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
<title>WiFi Settings</title>
<title>Wi-Fi Settings</title>
<script>
var d = document;
var loc = false, locip;
Expand Down Expand Up @@ -141,7 +141,7 @@
<div class="helpB"><button type="button" onclick="H()">?</button></div>
<button type="button" onclick="B()">Back</button><button type="submit">Save &amp; Connect</button><hr>
</div>
<h2>WiFi setup</h2>
<h2>Wi-Fi setup</h2>
<h3>Connect to existing network</h3>
<button type="button" id="scan" onclick="N()">Scan</button><br>
Network name (SSID, empty to not connect):<br>
Expand Down Expand Up @@ -169,7 +169,7 @@ <h3>Configure Access Point</h3>
AP SSID (leave empty for no AP):<br> <input type="text" name="AS" maxlength="32"><br>
Hide AP name: <input type="checkbox" name="AH"><br>
AP password (leave empty for open):<br> <input type="password" name="AP" maxlength="63" pattern="(.{8,63})|()" title="Empty or min. 8 characters"><br>
Access Point WiFi channel: <input name="AC" type="number" class="xs" min="1" max="13" required><br>
Access Point Wi-Fi channel: <input name="AC" type="number" class="xs" min="1" max="13" required><br>
AP opens:
<select name="AB">
<option value="0">No connection after boot</option>
Expand All @@ -179,9 +179,9 @@ <h3>Configure Access Point</h3>
AP IP: <span class="sip"> Not active </span><br>
<h3>Experimental</h3>
Force 802.11g mode (ESP8266 only): <input type="checkbox" name="FG"><br>
Disable WiFi sleep: <input type="checkbox" name="WS"><br>
Disable Wi-Fi sleep: <input type="checkbox" name="WS"><br>
<i>Can help with connectivity issues.<br>
Do not enable if WiFi is working correctly, increases power consumption.</i>
Do not enable if Wi-Fi is working correctly, increases power consumption.</i>

<div id="remd">
<h3>Wireless Remote</h3>
Expand Down
4 changes: 2 additions & 2 deletions wled00/data/welcome.htm
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<h1>Welcome to WLED-MM !</h1><!--WLEDMM-->
<h3>Thank you for installing our application!</h3>
<b>Next steps:</b><br><br>
Connect WLED-MM to your local WiFi here!<br>
<button onclick="window.location.href='/settings/wifi'">WiFi settings</button><br>
Connect WLED-MM to your local Wi-Fi here!<br>
<button onclick="window.location.href='/settings/wifi'">Wi-Fi settings</button><br>
<i>Just trying this out in AP mode?</i><br>
<button onclick="window.location.href='/sliders'">To the controls!</button><br>
</div>
Expand Down

0 comments on commit 151e7a8

Please sign in to comment.