small edit

This commit is contained in:
crate 2024-10-13 18:49:01 -05:00
parent 02a9624e31
commit ffeba267ec

View File

@ -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()