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
@@ -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;