forked from mirror/joycontrol
Merge pull request #63 from sekwah41/master
Fix NFC (Fixes Breath of the Wild comms error)
This commit is contained in:
@@ -143,6 +143,7 @@ class IrNfcMcu:
|
||||
copyarray(self._bytes, 5, data)
|
||||
copyarray(self._bytes, 5 + len(data), self._nfc_content[0:3])
|
||||
copyarray(self._bytes, 5 + len(data) + 3, self._nfc_content[4:8])
|
||||
self.set_action(Action.NON)
|
||||
|
||||
crc = crc8()
|
||||
crc.update(bytes(self._bytes[:-1]))
|
||||
|
||||
Reference in New Issue
Block a user