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
Enable the usage of the SharpBrick.PoweredUp library in Blazor on WebAssembly. For that a bridge between Blazor and WebBluetooth is required. After the bridge, an adapter to the SharpBrick.PoweredUp.Bluetooth interface is required.
The text was updated successfully, but these errors were encountered:
The WebBluetooth stack is not fast enough to setup a GATT characteristics handler. A member of the WebBluetooth WG was friendly enough and filed an issue as a request of my StackOverflow question.
Simultaneously reported to the LEGO Protocol repository in hope to get a command to explicit query the information which are send automatically in the beginning of the protocol setup (hub attached io).
Enable the usage of the
SharpBrick.PoweredUp
library in Blazor on WebAssembly. For that a bridge between Blazor and WebBluetooth is required. After the bridge, an adapter to theSharpBrick.PoweredUp.Bluetooth
interface is required.The text was updated successfully, but these errors were encountered: