Skip to content

Commit

Permalink
remove extra init
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Oct 23, 2024
1 parent 1a8a9f8 commit d523ca7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hhd/device/oxp/serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ def init_serial():
exclusive=True,
)

# Write init commands and read initial response.
time.sleep(INIT_DELAY)
for d in INITIALIZE:
ser.write(d)
time.sleep(WRITE_DELAY)

return ser, buttons_only


Expand Down

0 comments on commit d523ca7

Please sign in to comment.