Browse Source

Fixed continous reading

feature/balanceutils
klonfish 7 years ago committed by klonfish
parent
commit
8d9ac200db
  1. 2
      wii-pair/wiiboard.py

2
wii-pair/wiiboard.py

@ -252,6 +252,6 @@ class Wiiboard: @@ -252,6 +252,6 @@ class Wiiboard:
self.reportingTypeSet = True
def requestStatus(self):
msg = bytes([INPUT_REQUEST_STATUS, 0x00])
msg = bytes([COMMAND_REQUEST_STATUS, 0x00])
self.send(msg)

Loading…
Cancel
Save