Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixes for iOS #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixes for iOS #4

wants to merge 3 commits into from

Conversation

jpstotz
Copy link

@jpstotz jpstotz commented Nov 13, 2023

Thanks for the script, it was very helpful, but I ran into some small problems, that are fixed by this PR:

On iOS 16 I had the problem that the transmitted data was not properly printed, as data.toString() does truncate the data if it is longer than about 20 bytes. Fixed by using the custom JS buf2hex function.

I also had the problem that received notifications were shown twice, therefore I changed the code to use the value property setter instead of getter.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant