From 51056eaad97f5241db02995d9a7c093c33208518 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 23 Feb 2026 23:34:08 +0100 Subject: [PATCH] Fix typo --- scripts/build_mpos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_mpos.sh b/scripts/build_mpos.sh index e3e6d3c2..f0cb1dd2 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -102,7 +102,7 @@ if [ "$target" == "esp32" -o "$target" == "esp32s3" -o "$target" == "esp32s3_qem fi fi manifest=$(readlink -f "$codebasedir"/manifests/manifest.py) - #frozenmanifest="FROZEN_MANIFEST=$manifest" # Comment this out if you want to make a build without any frozen files, just an empty MicroPython + whatever files you have on the internal storage + frozenmanifest="FROZEN_MANIFEST=$manifest" # Comment this out if you want to make a build without any frozen files, just an empty MicroPython + whatever files you have on the internal storage echo "Note that you can also prevent the builtin filesystem from being mounted by umounting it and creating a builtin/ folder." pushd "$codebasedir"/lvgl_micropython/ rm -rf lib/micropython/ports/esp32/build-$BOARD-$BOARD_VARIANT