You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Build breakout app during build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user