small edit
This commit is contained in:
parent
02a9624e31
commit
ffeba267ec
@ -2,5 +2,7 @@ import time
|
|||||||
|
|
||||||
with open('/dev/hidg0', 'wb') as f:
|
with open('/dev/hidg0', 'wb') as f:
|
||||||
f.write(b'\x01\x00\x00\x00\x00\x00\x00\x00')
|
f.write(b'\x01\x00\x00\x00\x00\x00\x00\x00')
|
||||||
time.sleep(0.1)
|
time.sleep(0.3)
|
||||||
f.write(b'\x00\x00\x00\x00\x00\x00\x00\x00')
|
f.write(b'\x00\x00\x00\x00\x00\x00\x00\x00')
|
||||||
|
|
||||||
|
sys.exit()
|
Loading…
Reference in New Issue
Block a user