Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. this.ble.autoConnect(this.macConnected,function () {
  2. console.log("Connect");
  3. },function () {
  4. console.log("Disconnect");
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement