From 00b4fba84963fd4407897a5cdb86dd5275562f30 Mon Sep 17 00:00:00 2001 From: lorol Date: Thu, 24 Sep 2020 15:19:15 -0400 Subject: [PATCH] Update README.md --- extras/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/README.md b/extras/README.md index 23c2032..ac24572 100644 --- a/extras/README.md +++ b/extras/README.md @@ -17,6 +17,9 @@ until a } is found on separate new line. ``` npm install html-minifier-terser -g, npm install -g github-files-fetcher ``` ### Batch files provided -- **do.bat:** Generates **edit.htm.gz.h** file +- **do_emb.bat:** Generates **edit.htm.gz.h** file for embedding to **SPIFFSEditor.cpp** as binary C array - +You need to comment **#define EDFS** at **SPIFFSEditor.cpp** for this choice +- **do_ed_fs.bat:** Alternatively, makes a gzip-ed **edit.htm** file for fs - +uncomment **#define EDFS** for this choice. Saves about 4k of program flash storage. - **undo.bat:** Reverts **edit.htm** from C array header to file (still minified!) - **update_ace.bat:** Updates **acefull.js.gz** file from latest GitHub Ace sources