You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_BuildProcess.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ This is a partial list of definitions that can be added in a `BOARD.py` file's `
152
152
*`ESPR_FS_MKFS` - Add support for require("fs").mkfs for formatting disks
153
153
*`ESPR_FS_GETFREE` - Add support for require("fs").getFree in the filesystem library
154
154
*`ESPR_TEST_ON_FIRST_RUN` - on Jolt.js/Puck.js, run the self-test the very first time the board boots up (this is not the default since 2v27)
155
+
*`ESPR_FS_PREPEND_PATH=""` - add something to the path when accessing files using 'fs' - eg on a linux build you might add `'sdcard'` to look for files in that directory
155
156
156
157
157
158
There are some specifically that are useful for cutting a few bytes out of the build:
0 commit comments