Doesn't crash...

This commit is contained in:
Thomas Farstrike
2025-05-12 21:01:16 +02:00
parent 11af02e80f
commit 90856304ef
4 changed files with 37 additions and 6 deletions
+2 -2
View File
@@ -26,8 +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 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