Skip to content

Commit 85aba3f

Browse files
committed
kmk update to fix diode direction
1 parent d63a02a commit 85aba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kmkUpdater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { mainWindow } from './index'
66

77
// downloads kmk to app storage
88
export const updateFirmware = async () => {
9-
const versionSha = 'f6346937d865f7e1f6baaae93ae5c9be935aae75'
9+
const versionSha = 'dbc26504ac9111e6f0b5ba99d1dbf35275319e27'
1010
console.log('updating kmk firmware', appDir, versionSha)
1111
const file_url = `https://github.com/KMKfw/kmk_firmware/archive/${versionSha}.zip`
1212
const targetPath = appDir + 'kmk.zip'

0 commit comments

Comments
 (0)