We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af2038 commit 862314dCopy full SHA for 862314d
scripts/build_all.sh
@@ -3,8 +3,8 @@ outdir=../build_outputs
3
4
buildfile="$builddir"/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
5
6
-#./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
7
-#cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_dev
+./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
+cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_dev
8
9
./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024
10
cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_prod
0 commit comments