/* clang-format off */ // static const char html_confweb_body[] PROGMEM = R"=====(

Configuration - Web

HTTP-API

API Token


Admin

Set 

Username *

Password *  show

Confirm Password *

Admin Password can only be set but is not displayed for security reasons.


Users

Enable User-Authentication * 

If User-Auth is off and Admin-PW is set,
Web-Interface can only be accessed by Admin.
Enable User-Auth and set User 1 with emtpy username and password to
make usaccessible without Auth.

Set 

User 1 *

User 1 Password *  show

Set 

User 2 *

User 2 Password *  show


Console

Enable Web Console 

)====="; // html_confweb_body #ifdef ENABLE_FEATURE_WSCONSOLE static const char html_confweb_body_wsconsole[] PROGMEM = R"=====(

Enable WebSockets Console 

)====="; // html_confweb_body_wsconsole #endif static const char html_confweb_body2[] PROGMEM = R"=====(

More Features

OTA Update (ESP8266) 

Enable ESP8266 OTA-Update in Web-Interface

)====="; // html_confweb_body2 #ifdef ENABLE_FEATURE_FILESYSTEM_BROWSER static const char html_confweb_body_fsbrowser[] PROGMEM = R"=====(

Filesystem Browser 

Simple Browser for SPIFFS/LittleFS.

)====="; // html_confweb_body_fsbrowser #endif static const char html_confweb_body3[] PROGMEM = R"=====(
)====="; // html_confweb_body3