Rand Dusing
Rand Dusing
What type of modifications to the plugin are you expecting? There's already support for requesting finer grained location permissions.
Nope, PRs welcome.
I'm facing this issue as well. I thought I'd be able just set the selection object.
Maybe it's hitting the max value for a 32 bit integer? 2,147,483,647
You just need to send an array of bytes and let the client decode accordingly.
Check out the example, but something like this. I can't really say unless the nodeJs peripheral is also using my plugin. ``` var obj = { temp: 25, status: 'ok'...
So on the receiving end, you need to do something like: ``` var bytes = bluetoothle.encodedStringToBytes(res); var string = bluetoothle.bytesToString(bytes); var obj = JSON.parse(string); ```
Unfortunately I can't really debug your code. It doesn't look related to the plugin or wrapper.
Is this still going to be added?
@granteagon You mean ui-select is dead or just this branch?