33< head >
44 < meta charset ="utf-8 ">
55 < meta content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no " name ="viewport ">
6- < title > WiFi Settings</ title >
6+ < title > Wi-Fi Settings</ title >
77 < script >
88 var d = document ;
99 var loc = false , locip ;
141141 < div class ="helpB "> < button type ="button " onclick ="H() "> ?</ button > </ div >
142142 < button type ="button " onclick ="B() "> Back</ button > < button type ="submit "> Save & Connect</ button > < hr >
143143 </ div >
144- < h2 > WiFi setup</ h2 >
144+ < h2 > Wi-Fi setup</ h2 >
145145 < h3 > Connect to existing network</ h3 >
146146 < button type ="button " id ="scan " onclick ="N() "> Scan</ button > < br >
147147 Network name (SSID, empty to not connect):< br >
@@ -169,7 +169,7 @@ <h3>Configure Access Point</h3>
169169 AP SSID (leave empty for no AP):< br > < input type ="text " name ="AS " maxlength ="32 "> < br >
170170 Hide AP name: < input type ="checkbox " name ="AH "> < br >
171171 AP password (leave empty for open):< br > < input type ="password " name ="AP " maxlength ="63 " pattern ="(.{8,63})|() " title ="Empty or min. 8 characters "> < br >
172- Access Point WiFi channel: < input name ="AC " type ="number " class ="xs " min ="1 " max ="13 " required > < br >
172+ Access Point Wi-Fi channel: < input name ="AC " type ="number " class ="xs " min ="1 " max ="13 " required > < br >
173173 AP opens:
174174 < select name ="AB ">
175175 < option value ="0 "> No connection after boot</ option >
@@ -179,9 +179,9 @@ <h3>Configure Access Point</h3>
179179 AP IP: < span class ="sip "> Not active </ span > < br >
180180 < h3 > Experimental</ h3 >
181181 Force 802.11g mode (ESP8266 only): < input type ="checkbox " name ="FG "> < br >
182- Disable WiFi sleep: < input type ="checkbox " name ="WS "> < br >
182+ Disable Wi-Fi sleep: < input type ="checkbox " name ="WS "> < br >
183183 < i > Can help with connectivity issues.< br >
184- Do not enable if WiFi is working correctly, increases power consumption.</ i >
184+ Do not enable if Wi-Fi is working correctly, increases power consumption.</ i >
185185
186186 < div id ="remd ">
187187 < h3 > Wireless Remote</ h3 >
0 commit comments