File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ until a } is found on separate new line.
17
17
``` npm install html-minifier-terser -g, npm install -g github-files-fetcher ```
18
18
19
19
### Batch files provided
20
- - ** do.bat:** Generates ** edit.htm.gz.h** file
20
+ - ** do_emb.bat:** Generates ** edit.htm.gz.h** file for embedding to ** SPIFFSEditor.cpp** as binary C array -
21
+ You need to comment ** #define EDFS** at ** SPIFFSEditor.cpp** for this choice
22
+ - ** do_ed_fs.bat:** Alternatively, makes a gzip-ed ** edit.htm** file for fs -
23
+ uncomment ** #define EDFS** for this choice. Saves about 4k of program flash storage.
21
24
- ** undo.bat:** Reverts ** edit.htm** from C array header to file (still minified!)
22
25
- ** update_ace.bat:** Updates ** acefull.js.gz** file from latest GitHub Ace sources
You can’t perform that action at this time.
0 commit comments