Build breakout app during build

This commit is contained in:
Thomas Farstrike
2026-03-11 17:20:55 +01:00
parent b316607892
commit 014d175b99
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ rm *.mpy
PATH=~/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/:$PATH make </dev/null
mv breakout*.mpy "$mydir"/../../internal_filesystem/apps/com.micropythonos.breakout/assets/
mv "$mydir"/breakout*.mpy "$mydir"/../../internal_filesystem/apps/com.micropythonos.breakout/assets/
+3
View File
@@ -84,6 +84,9 @@ ln -sf ../../c_mpos "$codebasedir"/lvgl_micropython/ext_mod/c_mpos
#echo "Applying lvgl_micropython i2c patch..."
#patch -p0 --forward < "$codebasedir"/patches/i2c_ng.patch
echo "Building breakout app..."
"$codebasedir"/c_mpos/breakout/build.sh
echo "Minifying and inlining HTML..."
pushd "$codebasedir"/webrepl/
python3 inline_minify_webrepl.py