Kai Scheffer
Kai Scheffer
Please note that new updates are currently available here: https://github.com/UP3D-gcode/UP3D/releases
fix issue reported in #75
The fix #68 was on the wrong line, it need to be on the first filter since the ?? will not trigger since the array is unwrapped.
... when `.scanForPeripherals` are called. Each call to `CBMCentralManagerMock.scanForPeripherals` creates a new repeating timer. This leads to flooding notifications the app. This stops only when the app stops scanning so...
... and make delegate didUpdateNotificationStateFor for mock implementation available. When enabling a notification and sending data via .simulateValueUpdate the data is getting lost until the manager caught up with the...
Trying to get Xcode 13.4.1 compiling with the swift package alone doesn't work on my M1 machine (I did not check others). All options are based on Pods, so it...
With Core Bluetooth it is possible to keep the peripheral connected and receive e.g. regularly notifications when the App is in background mode. My use case is to receive notifications...
When using the mock the call to `.discoverServices` returns with am empty list. Expected: the call should return all `mockServices` when supplying an empty list `([])`. Documentation to this call...
Hello, I understand that this repro is kind of "dead" since Tim has left the project. However this is the only place to "hope" for exchange of experience... maybe someone...
BlueBasic under OSX Sierra fails: - after connecting File/Load to device doesn't show file selector - pasting code to the console fails to complete xcode 8.1 doesn't support Swift 1.2...