quirc: use ps_malloc() more

This commit is contained in:
Thomas Farstrike
2025-05-12 20:41:48 +02:00
parent 84baebd8dd
commit 11af02e80f
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -26,6 +26,8 @@ if [ ! -z "$appname" ]; then
exit 1
fi
fi
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py mkdir "builtin"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py mkdir "builtin/apps"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r "$appdir" :/"$target"
echo "start_app(\"/$appdir\")"
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py