Skip to content

Commit 1e6f7a5

Browse files
Improve output
1 parent 1366a58 commit 1e6f7a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/build_lvgl_micropython.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ if [ -z "$target" -o -z "$buildtype" ]; then
88
echo "Example: $0"
99
echo "Example: $0 devbuild"
1010
echo
11-
echo "Adding 'devbuild' will build 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."
11+
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."
1213
exit 1
1314
fi
1415

0 commit comments

Comments
 (0)