Move odroid go detection towards the bottom

This commit is contained in:
Thomas Farstrike
2026-02-13 22:47:52 +01:00
parent d2d5d64b6f
commit 74b1a427ce
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ if [ "$target" == "esp32" -o "$target" == "esp32s3" ]; then
BOARD_VARIANT=SPIRAM_OCT
fi
manifest=$(readlink -f "$codebasedir"/manifests/manifest.py)
frozenmanifest="FROZEN_MANIFEST=$manifest"
#frozenmanifest="FROZEN_MANIFEST=$manifest"
echo "Note that you can also prevent the builtin filesystem from being mounted by umounting it and creating a builtin/ folder."
pushd "$codebasedir"/lvgl_micropython/
rm -rf lib/micropython/ports/esp32/build-$BOARD-$BOARD_VARIANT