We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71afbf7 + bd44166 commit 8641ce9Copy full SHA for 8641ce9
1 file changed
src/lib/hid.py
@@ -23,7 +23,7 @@ def __init__(self) -> None:
23
"""
24
self.log = uLogger("HID")
25
self.log.warn("SMIBHID has been restarted")
26
- self.version = "1.4.0"
+ self.version = "2.0.0"
27
self.log.info("Setting CPU frequency to: " + str(CLOCK_FREQUENCY / 1000000) + "MHz")
28
freq(CLOCK_FREQUENCY)
29
self.loop_running = False
0 commit comments