kscheff / BlueBasic

BASIC interpreter for CC2540 and CC2541 Bluetooth LE chips
11 stars 9 forks source link

iOS: firmware upgrade not working on iOS 10.1 #3

Closed kscheff closed 7 years ago

kscheff commented 7 years ago

only tested on 10.1 seems to be an issue on the iOS 10 side: https://forums.developer.apple.com/thread/51960

This can be handled by ack'ing every write request, but this makes the upload quite slow.

kscheff commented 7 years ago

Fix in Version https://github.com/kscheff/BlueBasic/commit/fea79b44af6a6bc887041306cbed2150e0ac9b6e iOS 9 to 10.1 uses now a slower firmware upgrade. iOS 10.2 Beta 3 runs fine again in faster mode.