Initial commit
This commit is contained in:
commit
56569b8ed2
85 changed files with 39036 additions and 0 deletions
7
scripts/extra_script.py
Normal file
7
scripts/extra_script.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
Import("env")
|
||||
|
||||
# Build web interface before building FS
|
||||
def before_buildfs(source, target, env):
|
||||
env.Execute("cd data && yarn && yarn build")
|
||||
|
||||
env.AddPreAction("$BUILD_DIR/spiffs.bin", before_buildfs)
|
Loading…
Add table
Add a link
Reference in a new issue