mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 12:10:37 +08:00

Add time source selection setting (Internet/manual) Add websocket IP to make it work with Apple Captive portal thanks @Nathan-ma Add instant message error and abort command for files upload Add Available FS space check before upload Add [ESP290]<delay> command per @josedpedroso Apply Astyle Update version
15 lines
345 B
Batchfile
15 lines
345 B
Batchfile
cd %~dp0
|
|
cmd.exe /c npm install
|
|
cmd.exe /c npm audit fix
|
|
cmd.exe /c npm audit
|
|
cmd.exe /c gulp package
|
|
cmd.exe /c bin2c -o embedded.h -m tool.html.gz
|
|
cat header.txt > out.h
|
|
cat embedded.h >> out.h
|
|
cat footer.txt >> out.h
|
|
sed -i "s/] =/] PROGMEM =/g" out.h
|
|
cat out.h > embedded.h
|
|
cat out.h > ../esp3d/src/modules/http/embedded.h
|
|
rm -f out.h
|
|
pause
|