Skip to content

Conversation

@acteq
Copy link

@acteq acteq commented Aug 5, 2019

it could not find any ble device when i run the original code under an iPad Air, until i found the following code
if (scannedDevice != null && scannedDevice.localName === "SensorTag")
emit([error, scannedDevice]); emit([error, scannedDevice]);
}
and changed it. now it worked.
i can not figure out what is "localName" yet, could you tell me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant