Skip to content

Commit

Permalink
Merge pull request #7 from calliope-edu/usb_firmware_fix
Browse files Browse the repository at this point in the history
Fix USB Firmware links and files
  • Loading branch information
Amerlander authored Sep 9, 2024
2 parents 41d0d0a + 2906bb3 commit e2fec4a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Die USB-Firmware für den Interfaceprozessor früher auch als "Bootloader" bezei

![mini3](./mini2_num.png)

<Button text="USB-Firmware V2" link="/downloads/v1_3_calliope_usbfirmware.hex"/>
<Button text="USB-Firmware V2.1" link="/downloads/v2_1_calliope_usbfirmware.hex"/>
<Button text="USB-Firmware V2" link="/downloads/v2_calliope_usbfirmware.hex"/>
<Button text="USB-Firmware V2.1" download link="https://app.calliope.cc/usb_firmware/v2_1_calliope_usbfirmware.uf2"/>
</div>
<div slot="mini3">

Expand Down
Binary file removed static/downloads/v2_1_calliope_usbfirmware.hex
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'],
assetsInclude: ['**/*.hex', '**/*.xml', '**/*.pdf', '**/*.uf2', '**/*.zip'],
});

0 comments on commit e2fec4a

Please sign in to comment.