Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 10, 2014
1 parent b02e302 commit d82ad0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions Software/WAX9/Wax9_IOS_BLE/wax9/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ - (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeri
self.wax9Peripheral = peripheral;
peripheral.delegate = self;
[self.centralManager connectPeripheral:peripheral options:nil];
[self.centralManager stopScan];
}
}
}
Expand Down

0 comments on commit d82ad0f

Please sign in to comment.