Skip to content

Commit

Permalink
Update firmware and bootloader version
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix committed Jan 4, 2024
1 parent 900803e commit 902fbc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/hardware/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"bootloaderVersion": [
2,
0,
1
0
],
"bootloaderRelatedFirmwareVersion": [
3,
Expand Down
2 changes: 1 addition & 1 deletion src/hardware/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class ServiceHardware {
params.binary = binary;
} else if (selectedUploadType === 'bootloader') {
binary = await window.desktopApi.readFileAsBuffer(
'mini_boot_update_2.0.1.signed.bin'
'mini-boot.2.0.0-0518-b860d10.signed.bin'
);
params.binary = binary;
}
Expand Down

0 comments on commit 902fbc2

Please sign in to comment.