mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
old line break style
This commit is contained in:
parent
ddfe925f8c
commit
783a4d3996
@ -57,7 +57,6 @@ const multiHeader = `/*
|
||||
* Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
|
||||
* to find out how to easily modify the web UI source!
|
||||
*/
|
||||
|
||||
`;
|
||||
|
||||
function hexdump(buffer, isHex = false) {
|
||||
@ -148,7 +147,7 @@ async function writeHtmlGzipped(sourceFile, resultFile, page) {
|
||||
|
||||
async function specToChunk(srcDir, s) {
|
||||
const buf = fs.readFileSync(srcDir + "/" + s.file);
|
||||
let chunk = `// Autogenerated from ${srcDir}/${s.file}, do not edit!!\n`
|
||||
let chunk = `\n// Autogenerated from ${srcDir}/${s.file}, do not edit!!\n`
|
||||
|
||||
if (s.method == "plaintext" || s.method == "gzip") {
|
||||
let str = buf.toString("utf-8");
|
||||
|
Loading…
x
Reference in New Issue
Block a user