Skip to content

Commit

Permalink
chore: read the correct builtFirmwareChecksum of right half firmware (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb authored Feb 10, 2025
1 parent 9a1e996 commit b47deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usb/get-right-firmware-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Uhk, { errorHandler, yargs } from './src/index.js';
console.log(`smartMacrosVersion: ${version.smartMacrosVersion}`);
console.log(`firmwareGitRepo: ${version.firmwareGitRepo}`);
console.log(`firmwareGitTag: ${version.firmwareGitTag}`);
console.log(`firmwareChecksum: ${version.firmwareChecksum}`);
console.log(`builtFirmwareChecksum: ${version.builtFirmwareChecksum}`);
} catch (error) {
await errorHandler(error);
}
Expand Down

0 comments on commit b47deec

Please sign in to comment.