BOARD/PKG: better LOGS in on OS scripts & add umtpr-debug (#169)

* firsboot/main - better LOGs
 - refactor a bit gmenu2x loop
 - add good logs for umtpr
* BOARD: options.cfg: add DEBUG options
 - use separate options for gmenu2x & umtpr debug
 - for default setup NO DEBUG
* PACKAGE: umtprd: add debug build
This commit is contained in:
Apaczer
2025-05-21 21:37:11 +02:00
committed by GitHub
parent a2929a4734
commit 5c0a711fd2
10 changed files with 283 additions and 146 deletions

View File

@@ -16,8 +16,8 @@ else
# Wait a few seconds before actual screen record, the X264 encoder needs resources before it will stabilize video ouput
st_exec_func "echo -e \"\n\n\n\n\n\n\t\t\tStarting VIDEO record...\n\t\t\tWait a few seconds to start.\"; read -t 10;\
if pgrep ffmpeg >/dev/null; then\
echo -e \"\n\n\t\t\tRecording VIDEO in background...\";\
echo -e \"\n\n\t\t Recording VIDEO in background...\n\n WARNING: Disable output logging or this\n\t\t will not continue any further.\";\
else\
echo -e \"\n\n\t\t\tFailed to launch ffmpeg for record...\";\
fi; read -t 2"
fi
fi