From 1e6f7a5398ef4647cb6c38166697b75c6d7f06cd Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 17 May 2025 19:16:20 +0200 Subject: [PATCH] Improve output --- scripts/build_lvgl_micropython.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build_lvgl_micropython.sh b/scripts/build_lvgl_micropython.sh index 353d46cf..b5ce0ef5 100755 --- a/scripts/build_lvgl_micropython.sh +++ b/scripts/build_lvgl_micropython.sh @@ -8,7 +8,8 @@ if [ -z "$target" -o -z "$buildtype" ]; then echo "Example: $0" echo "Example: $0 devbuild" echo - 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." + 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." + echo "A 'prod' build has the files from manifest*.py frozen in." exit 1 fi