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

I hope you modify BLE.m for iOS7.1 and iPhone 5s. #10

Open
digiponta opened this issue May 9, 2014 · 0 comments
Open

I hope you modify BLE.m for iOS7.1 and iPhone 5s. #10

digiponta opened this issue May 9, 2014 · 0 comments

Comments

@digiponta
Copy link

I hope you modify your BLE.m as the blow:
" [p writeValue:data forCharacteristic:characteristic type:CBCharacteristicWriteWithoutResponse]; " (A warning happens, and can't work right )
to
" [p writeValue:data forCharacteristic:characteristic type:CBCharacteristicWriteWithResponse]; "

So, I can use it for iOS7.1 and iPhone 5s, by the above modification.

Thank you.

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

No branches or pull requests

1 participant