diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-02-12 21:41:51 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-02-12 21:41:51 -0500 |
| commit | 444e613f18e634f9bcfbdb8a7f295ea7ef9768a0 (patch) | |
| tree | 45eb52e63c2dca046093f5438bc475603bdeb105 /Makefile | |
| parent | 477302a623d6bd9c2e6c4bfabae11e540c3049b9 (diff) | |
| download | HexBoard-444e613f18e634f9bcfbdb8a7f295ea7ef9768a0.tar.gz | |
tone-based ColorMode: start this (doesn't work for microtones yet)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile index a4ed53b..6d377a9 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ build/build.ino.uf2: build/build.ino build/build.ino: HexBoard_V1.1.ino cp HexBoard_V1.1.ino build/build.ino -/mnt/INFO_UF2.TXT: +/run/media/*/RPI-RP2/INFO_UF2.TXT: echo "Mounting device" - mount /dev/sd*1 /mnt + udisksctl mount -b /dev/disk/by-label/RPI-RP2 -install: build/build.ino.uf2 /mnt/INFO_UF2.TXT +install: build/build.ino.uf2 /run/media/*/RPI-RP2/INFO_UF2.TXT echo "Trying to copy into mounted device" - cp build/build.ino.uf2 /mnt/ + cp build/build.ino.uf2 /run/media/*/RPI-RP2/ echo "Installed." sleep 7 echo "Rebooted." |
