install.sh: make location independent

This commit is contained in:
Thomas Farstrike
2026-02-05 10:49:46 +01:00
parent 033f4f54af
commit 8f8f4173db
+1 -1
View File
@@ -13,7 +13,7 @@ echo "Example: $0 com.micropythonos.about"
mpremote=$(readlink -f "$mydir/../lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py")
pushd internal_filesystem/
pushd "$mydir"/../internal_filesystem/
# Maybe also do: import mpos ; mpos.TaskManager.stop()
echo "Disabling wifi because it writes to REPL from time to time when doing disconnect/reconnect for ADC2..."