You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: