Improve robustness with custom exception that does not deinit() the TaskHandler

This commit is contained in:
Thomas Farstrike
2026-01-09 12:03:33 +01:00
parent c62b30b4d0
commit 304fa1a537
4 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ elif [ "$target" == "unix" -o "$target" == "macOS" ]; then
# Restore RLOTTIE:
if [ "$target" == "unix" ]; then
sed -i.backup 's/#define MICROPY_RLOTTIE 1/#define MICROPY_RLOTTIE 0/' "$codebasedir"/lvgl_micropython/lib/lv_conf.h
echo "After disabling MICROPY_RLOTTIE:"
cat "$codebasedir"/lvgl_micropython/lib/lv_conf.h
#echo "After disabling MICROPY_RLOTTIE:"
#cat "$codebasedir"/lvgl_micropython/lib/lv_conf.h
fi
# Restore @micropython.viper decorator after build