From 5e23c22ebebbd5db5da6fe581ef1453fb8d74d0d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 7 Oct 2025 22:44:24 +0200 Subject: [PATCH] Add dash to fri3d-2024 everywhere --- internal_filesystem/{boot_fri3d2024.py => boot_fri3d-2024.py} | 0 scripts/install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename internal_filesystem/{boot_fri3d2024.py => boot_fri3d-2024.py} (100%) diff --git a/internal_filesystem/boot_fri3d2024.py b/internal_filesystem/boot_fri3d-2024.py similarity index 100% rename from internal_filesystem/boot_fri3d2024.py rename to internal_filesystem/boot_fri3d-2024.py diff --git a/scripts/install.sh b/scripts/install.sh index f245614a..ab6bb004 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -40,7 +40,7 @@ fi #$mpremote fs cp boot.py :/boot.py -$mpremote fs cp boot_fri3d2024.py :/boot.py +$mpremote fs cp boot_fri3d-2024.py :/boot.py $mpremote fs cp main.py :/main.py #$mpremote fs cp main.py :/system/button.py