We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c5b1d commit 1fb5cf6Copy full SHA for 1fb5cf6
internal_filesystem/builtin/apps/com.micropythonos.settings/res/mipmap-mdpi/icon_64x64.png
6.91 KB
scripts/build_lvgl_micropython.sh
@@ -24,6 +24,8 @@ manifest=""
24
if [ "$target" == "esp32" ]; then
25
if [ "$buildtype" == "prod" ]; then
26
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."
29
fi
30
# Build for https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.
31
# See https://github.com/lvgl-micropython/lvgl_micropython
0 commit comments