Skip to content

Commit 1fb5cf6

Browse files
Update settings icon
1 parent f5c5b1d commit 1fb5cf6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
6.91 KB
Loading

scripts/build_lvgl_micropython.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ manifest=""
2424
if [ "$target" == "esp32" ]; then
2525
if [ "$buildtype" == "prod" ]; then
2626
manifest="FROZEN_MANIFEST=/home/user/projects/MicroPythonOS/MicroPythonOS/manifest.py"
27+
else
28+
echo "Note that you can also prevent the builtin filesystem from being mounted by umounting it and creating a builtin/ folder."
2729
fi
2830
# Build for https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.
2931
# See https://github.com/lvgl-micropython/lvgl_micropython

0 commit comments

Comments
 (0)