klipper-firmware: also copy uf2 firmware

klipper.uf2 is used by rp2040
This commit is contained in:
Matei Dibu
2024-07-22 15:45:57 +03:00
committed by GitHub
parent 506413910e
commit a156597b00
@@ -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;