Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#38257 Hello all.
V1.75 is out and available for download from http://esp8266basic.com.
Been a bit busy the past week or so playing with the new 3d printer but have not forgotten.

A request was made to implement password fields for the setting page obscuring the typed passwords.

I implemented this and at the same time added the PASSWORDBOX command. It works just like the text box. Keep in mind there is no real security here as we are not using https but it could come in handy.

excerpt from the documentation
PASSWORDBOX:
The text inside the password entry filed will be what ever is in the variable.
Will be displayed in the browser on the wait command
passwordbox {var name}



Also did a bug fix for one of the neo pixel commands.