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
On iOS 10, when I try to read the RSSI of a scanned+connected device:
evothings.ble.rssi(
device,
function (rssi) { console.log("RSSI=" + rssi },
function (err) { console.log("ERROR=" + err });
I get the following error:
[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa000000697373724
*** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate:
[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa000000697373724
How can I read the RSSI value? Thanks!
The text was updated successfully, but these errors were encountered:
On iOS 10, when I try to read the RSSI of a scanned+connected device:
evothings.ble.rssi(
device,
function (rssi) { console.log("RSSI=" + rssi },
function (err) { console.log("ERROR=" + err });
I get the following error:
[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa000000697373724
*** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate:
[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa000000697373724
How can I read the RSSI value? Thanks!
The text was updated successfully, but these errors were encountered: