Password

Admin Password
Here you can set the Login password. If left blank, the Admin menu will appear when opening the IP/login (e.g., 192.168.0.88/login) page. A responsive background image can be set. Copy an image named login.webp or login.jpg or login.png to the storage. WebP is recommended, as its size is about half of a similar jpg. It is advisable to use a vertical orientation image, as it will display nicely on both phones and computers. You can also create a login for the index.html page using the form below.
<form action="/service" method="POST"> <input name="/inpass" type="password" placeholder="Password" autocomplete="off"> <button type="submit">Login</button> </form>
WebSocket Password
If a WebSocket password is set, the module will accept commands over WebSocket only with the password entered in the input field of the code below.
<input type="password" id="wspw" placeholder="WS password" autocomplete="off"/> <button type="button" onclick="startWS(4);">Connect</button>
HTML Password
The HTML password is required to open user-created web pages, if set.
There must be a <!--PW0--> line (PW0 / PW1 / PW2 / PW3) at the beginning of the HTML file.
<!DOCTYPE HTML> <!--PW0--> <html> <H1>Password Correct!</H1> </html> <!DOCTYPE HTML> <!--PW1--> <!--HTML--> <html> <H1>TIME: ^TIMES@^</H1> </html>