Browse Source

Fixed wrong variable name

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

2
wii-pair/wiiboard.py

@ -236,6 +236,6 @@ class Wiiboard: @@ -236,6 +236,6 @@ class Wiiboard:
def setReportingType(self):
msg = bytes([COMMAND_REPORTING, CONTINUOUS_REPORTING, EXTENSION_8BYTES])
self.send(bytearr)
self.send(msg)

Loading…
Cancel
Save