mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-19 19:55:15 +00:00
fw
This commit is contained in:
parent
e8f1cd3069
commit
5383e93c97
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ def main ()
|
|||
serial.write (b"HackPad\n")
|
||||
while True:
|
||||
keys, enc = read_kb ()
|
||||
rx = owsi ((1, ) * 8) # TODO: Full protocol
|
||||
# rx = owsi ((1, ) * 8) # TODO: Full protocol
|
||||
rx = (1, ) * 8 # Please do not test OWSI without another device connected
|
||||
serial.write (json.dumps ({"keys": tuple (keys), "enc": tuple (enc), "rx": tuple (rx)}).encode ("utf-8"))
|
||||
|
||||
main ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue