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
After running the migration tool at start up to bring it up to Swift3, I hit this compilation error on line:
let enableBytes = Data(bytes: UnsafePointer(&enableValue), count: sizeof(UInt8))
Error: ZeroToBLE-Part2-Swift-master/BLETemperatureReaderSwift/BLETemperatureReaderSwift/TemperatureViewController.swift:482:43: Ambiguous use of 'init'
The text was updated successfully, but these errors were encountered:
After running the migration tool at start up to bring it up to Swift3, I hit this compilation error on line:
let enableBytes = Data(bytes: UnsafePointer(&enableValue), count: sizeof(UInt8))
Error: ZeroToBLE-Part2-Swift-master/BLETemperatureReaderSwift/BLETemperatureReaderSwift/TemperatureViewController.swift:482:43: Ambiguous use of 'init'
The text was updated successfully, but these errors were encountered: