File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ rm *.mpy
1010
1111PATH=~ /.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/:$PATH make < /dev/null
1212
13- mv breakout* .mpy " $mydir " /../../internal_filesystem/apps/com.micropythonos.breakout/assets/
13+ mv " $mydir " / breakout* .mpy " $mydir " /../../internal_filesystem/apps/com.micropythonos.breakout/assets/
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ ln -sf ../../c_mpos "$codebasedir"/lvgl_micropython/ext_mod/c_mpos
8484# echo "Applying lvgl_micropython i2c patch..."
8585# patch -p0 --forward < "$codebasedir"/patches/i2c_ng.patch
8686
87+ echo " Building breakout app..."
88+ " $codebasedir " /c_mpos/breakout/build.sh
89+
8790echo " Minifying and inlining HTML..."
8891pushd " $codebasedir " /webrepl/
8992python3 inline_minify_webrepl.py
You can’t perform that action at this time.
0 commit comments