/* clang-format off */ #ifdef ENABLE_FEATURE_WSCONSOLE //static const char js_wsapp_conf_wsconsole[] PROGMEM = R"=====(var wsUrl = 'ws://' + window.location.hostname + ':81';)====="; // js_wsapp_conf_wsconsole static const char html_wsconsole_body[] PROGMEM = R"=====(

Console

Connecting...
)====="; // html_wsconsole_body static const char html_wsconsole_script[] PROGMEM = R"=====( )====="; // html_wsconsole_endScript #endif