Skip to content

Commit 51d6687

Browse files
comments
1 parent 2e3d151 commit 51d6687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ buildtype="$2"
55

66
if [ -z "$target" -o -z "$buildtype" ]; then
77
echo "Usage: $0 <esp32 or unix or macos> <dev or prod>"
8-
echo "Example: $0"
9-
echo "Example: $0 devbuild"
8+
echo "Example: $0 unix dev"
9+
echo "Example: $0 esp32 prod"
1010
echo
1111
echo "A 'dev' build is without any preinstalled files or builtin/ filsystem, so it will just start with a black screen and you'll have to do: ./scripts/install.sh to install the User Interface."
12-
echo "A 'prod' build has the files from manifest*.py frozen in."
12+
echo "A 'prod' build has the files from manifest*.py frozen in. Don't forget to run: ./scripts/freezefs_mount_builtin.sh !"
1313
exit 1
1414
fi
1515

0 commit comments

Comments
 (0)