diff --git a/Software/WAX9/Wax9_IOS_BLE/wax9.xcodeproj/project.xcworkspace/xcuserdata/ngnw.xcuserdatad/UserInterfaceState.xcuserstate b/Software/WAX9/Wax9_IOS_BLE/wax9.xcodeproj/project.xcworkspace/xcuserdata/ngnw.xcuserdatad/UserInterfaceState.xcuserstate index acb655c1..7ccb66ad 100644 Binary files a/Software/WAX9/Wax9_IOS_BLE/wax9.xcodeproj/project.xcworkspace/xcuserdata/ngnw.xcuserdatad/UserInterfaceState.xcuserstate and b/Software/WAX9/Wax9_IOS_BLE/wax9.xcodeproj/project.xcworkspace/xcuserdata/ngnw.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Software/WAX9/Wax9_IOS_BLE/wax9/ViewController.m b/Software/WAX9/Wax9_IOS_BLE/wax9/ViewController.m index 14f69f14..45ed6c85 100644 --- a/Software/WAX9/Wax9_IOS_BLE/wax9/ViewController.m +++ b/Software/WAX9/Wax9_IOS_BLE/wax9/ViewController.m @@ -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]; } } }