Skip to content

Commit 14e048a

Browse files
committed
🔧 bump firmware version to v1.6
1 parent 30604f5 commit 14e048a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/libhmk/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { uint16Schema } from "$lib/integer"
1717
import z from "zod"
1818

1919
export const HMK_FIRMWARE_MIN_VERSION = 0x0104
20-
export const HMK_FIRMWARE_MAX_VERSION = 0x0105
20+
export const HMK_FIRMWARE_MAX_VERSION = 0x0106
2121
export const featureVersionMap = { pollingRateSwitch: 0x0105 } as const
2222
export type Feature = keyof typeof featureVersionMap
2323

0 commit comments

Comments
 (0)