Skip to content

Commit 00b4fba

Browse files
committed
Update README.md
1 parent 1ce5cab commit 00b4fba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extras/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ until a } is found on separate new line.
1717
``` npm install html-minifier-terser -g, npm install -g github-files-fetcher ```
1818

1919
### 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.
2124
- **undo.bat:** Reverts **edit.htm** from C array header to file (still minified!)
2225
- **update_ace.bat:** Updates **acefull.js.gz** file from latest GitHub Ace sources

0 commit comments

Comments
 (0)