| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2020-12-23 20:43:30 +00:00
										 |  |  | <html lang="en"> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | <head> | 
					
						
							|  |  |  | 	<meta name="viewport" content="width=500"> | 
					
						
							| 
									
										
										
										
											2020-05-17 19:39:57 +00:00
										 |  |  | 	<meta charset="utf-8"> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 	<title>Misc Settings</title> | 
					
						
							|  |  |  | 	<script> | 
					
						
							|  |  |  | 		function H() | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			window.open("https://github.com/Aircoookie/WLED/wiki/Settings#security-settings"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		function B() | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			window.open("/settings","_self"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		function U() | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			window.open("/update","_self"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		function GetV() | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			//values injected by server while sending HTML | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	</script> | 
					
						
							|  |  |  | 	<style> | 
					
						
							| 
									
										
										
										
											2020-06-10 10:45:44 +00:00
										 |  |  | 		@import url("style.css"); | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 	</style> | 
					
						
							| 
									
										
										
										
											2021-06-06 18:36:19 +00:00
										 |  |  | 	<link href="/skin.css" rel="stylesheet"> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body onload="GetV()"> | 
					
						
							|  |  |  | 	<form id="form_s" name="Sf" method="post"> | 
					
						
							| 
									
										
										
										
											2021-03-05 08:50:59 +00:00
										 |  |  | 		<div class="toprow"> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 		<div class="helpB"><button type="button" onclick="H()">?</button></div> | 
					
						
							|  |  |  | 		<button type="button" onclick="B()">Back</button><button type="submit">Save & Reboot</button><hr> | 
					
						
							| 
									
										
										
										
											2021-03-05 08:50:59 +00:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 		<h2>Security & Update setup</h2> | 
					
						
							|  |  |  | 		Lock wireless (OTA) software update: <input type="checkbox" name="NO"><br> | 
					
						
							|  |  |  | 		Passphrase: <input type="password" name="OP" maxlength="32"><br> | 
					
						
							|  |  |  | 		To enable OTA, for security reasons you need to also enter the correct password!<br> | 
					
						
							|  |  |  | 		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> | 
					
						
							|  |  |  | 		Factory reset: <input type="checkbox" name="RS"><br> | 
					
						
							| 
									
										
										
										
											2021-04-15 08:55:22 +00:00
										 |  |  | 		All settings and presets will be erased.<br><br> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 		HTTP traffic is unencrypted. An attacker in the same network can intercept form data! | 
					
						
							|  |  |  | 		<h3>Software Update</h3> | 
					
						
							|  |  |  | 		<button type="button" onclick="U()">Manual OTA Update</button><br> | 
					
						
							|  |  |  | 		Enable ArduinoOTA: <input type="checkbox" name="AO"><br> | 
					
						
							|  |  |  | 		<h3>About</h3> | 
					
						
							| 
									
										
										
										
											2020-06-08 17:59:40 +00:00
										 |  |  | 		<a href="https://github.com/Aircoookie/WLED/" target="_blank">WLED</a> version ##VERSION##<!-- Autoreplaced from package.json --><br><br> | 
					
						
							| 
									
										
										
										
											2021-01-05 20:35:07 +00:00
										 |  |  | 		<a href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits" target="_blank">Contributors, dependencies and special thanks</a><br> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 		A huge thank you to everyone who helped me create WLED!<br><br> | 
					
						
							| 
									
										
										
										
											2021-01-05 20:35:07 +00:00
										 |  |  | 		(c) 2016-2021 Christian Schwinne <br> | 
					
						
							| 
									
										
										
										
											2020-11-10 12:30:42 +00:00
										 |  |  | 		<i>Licensed under the <a href="https://github.com/Aircoookie/WLED/blob/master/LICENSE" target="_blank">MIT license</a></i><br><br> | 
					
						
							| 
									
										
										
										
											2020-05-01 23:59:41 +00:00
										 |  |  | 		Server message: <span class="sip"> Response error! </span><hr> | 
					
						
							| 
									
										
										
										
											2019-11-27 21:28:13 +00:00
										 |  |  | 		<button type="button" onclick="B()">Back</button><button type="submit">Save & Reboot</button> | 
					
						
							|  |  |  | 	</form> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |