Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RFID write #28

Merged
merged 6 commits into from
Sep 29, 2024
Merged

Fix RFID write #28

merged 6 commits into from
Sep 29, 2024

Conversation

felmue
Copy link
Contributor

@felmue felmue commented Sep 1, 2024

Fix below error when writing to RFID:

File "driver/mfrc522/init.py", line 784, in pcd_mifare_transcieve
TypeError: unsupported types for add: 'memoryview', 'memoryview'

@lbuque
Copy link
Collaborator

lbuque commented Sep 14, 2024

@felmue I missed this PR, which will be merged in 2.1.5.

Fix below error when writing to RFID:

  File "driver/mfrc522/__init__.py", line 784, in pcd_mifare_transcieve
TypeError: unsupported types for __add__: 'memoryview', 'memoryview'

Signed-off-by: felmue <[email protected]>
@lbuque lbuque merged commit 7d22403 into m5stack:develop Sep 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants