Merge pull request #329146 from matdibu/patch-2

klipper-firmware: also copy uf2 firmware
This commit is contained in:
Peder Bergebakken Sundt 2024-07-25 20:05:35 +02:00 committed by GitHub
commit 9962bb4f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@
cp ./.config $out/config
cp out/klipper.bin $out/ || true
cp out/klipper.elf $out/ || true
cp out/klipper.uf2 $out/ || true
'';
dontFixup = true;