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'm trying to use writeValue() function to write binary code and i'm using following code.
var value = Uint8List.fromList(hex.decode(binaryCode.text));
QuickBlue.writeValue(
widget.deviceId, 'e5f5f000-c0ec-46ba-bd1f-b4c9f0da4208', 'e5f50001-c0ec-46ba-bd1f-b4c9f0da4208',
value, BleOutputProperty.withResponse);
But i'm getting following error.
quick_blue_macos/QuickBlueMacosPlugin.swift:32: Fatal error: Unexpectedly found nil while unwrapping an Optional value
Can you please help me to sort out this issue.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Did support for this repo die,
Deep into an inherited project, where I get the same error as above
Anyone have any luck with getting arround this
Or have a good suggestion on how to replace Quick_Blue
Hi
I'm trying to use writeValue() function to write binary code and i'm using following code.
But i'm getting following error.
quick_blue_macos/QuickBlueMacosPlugin.swift:32: Fatal error: Unexpectedly found nil while unwrapping an Optional value
Can you please help me to sort out this issue.
Thank you in advance.
The text was updated successfully, but these errors were encountered: