Skip to content

Commit 862314d

Browse files
Update build_all.sh
1 parent 5af2038 commit 862314d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ outdir=../build_outputs
33

44
buildfile="$builddir"/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
55

6-
#./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
7-
#cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_dev
6+
./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
7+
cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_dev
88

99
./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024
1010
cp "$buildfile" "$outdir"/MicroPythonOS_fri3d-2024_prod

0 commit comments

Comments
 (0)