Skip to content

Commit

Permalink
Compress uf2 file
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 9, 2024
1 parent 570d127 commit 7f6f865
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Die USB-Firmware für den Interfaceprozessor früher auch als "Bootloader" bezei
![mini3](./mini2_num.png)

<Button text="USB-Firmware V2" link="/downloads/v2_calliope_usbfirmware.hex"/>
<Button text="USB-Firmware V2.1" link="/downloads/v2_1_calliope_usbfirmware.uf2"/>
<Button text="USB-Firmware V2.1 (Zip Datei vor dem übertragen Entpacken und die uf2 Datei auf den Calliope mini kopieren)" link="/downloads/v2_1_calliope_usbfirmware.zip"/>
</div>
<div slot="mini3">

Expand Down
Binary file removed static/downloads/v2_1_calliope_usbfirmware.uf2
Binary file not shown.
Binary file added static/downloads/v2_1_calliope_usbfirmware.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export default defineConfig({
compiler: 'svelte',
}),
],
assetsInclude: ['**/*.hex', '**/*.xml', '**/*.pdf', '**/*.uf2'],
assetsInclude: ['**/*.hex', '**/*.xml', '**/*.pdf', '**/*.uf2', '**/*.zip'],
});

0 comments on commit 7f6f865

Please sign in to comment.