diff --git a/tools/cdata.js b/tools/cdata.js index fd8f433320..aa473deb11 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -187,38 +187,6 @@ writeHtmlGzipped("wled00/data/index.htm", "wled00/html_ui.h"); writeChunks( "wled00/data", [ - { - file: "index.css", - name: "PAGE_indexCss", - prepend: "=====()=====", - method: "plaintext", - filter: "css-minify", - }, - { - file: "index.js", - name: "PAGE_indexJs", - prepend: "=====()=====", - method: "plaintext", - filter: "js-minify", - }, - { - file: "iro.js", - name: "PAGE_iroJs", - prepend: "=====()=====", - method: "plaintext", - filter: "js-minify", - }, - { - file: "rangetouch.js", - name: "PAGE_rangetouchJs", - prepend: "=====()=====", - method: "plaintext", - filter: "js-minify", - }, { file: "style.css", name: "PAGE_settingsCss", diff --git a/wled00/html_settings.h b/wled00/html_settings.h index 1a441d3f72..2afdab8eff 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -5,1454 +5,6 @@ * to find out how to easily modify the web UI source! */ -// Autogenerated from wled00/data/index.css, do not edit!! -const char PAGE_indexCss[] PROGMEM = R"=====()====="; - - -// Autogenerated from wled00/data/index.js, do not edit!! -const char PAGE_indexJs[] PROGMEM = R"=====()====="; - - -// Autogenerated from wled00/data/iro.js, do not edit!! -const char PAGE_iroJs[] PROGMEM = R"=====()====="; - - -// Autogenerated from wled00/data/rangetouch.js, do not edit!! -const char PAGE_rangetouchJs[] PROGMEM = R"=====()====="; - - // Autogenerated from wled00/data/style.css, do not edit!! const char PAGE_settingsCss[] PROGMEM = R"=====()=====";