Commit 8d5a5d6d by 刘卓鑫

紧急bug修复

parent e7706464
//
//
......@@ -678,6 +678,7 @@
- (void)peripheral:(CBPeripheral *)peripheral didDiscoverCharacteristicsForService:(CBService *)service error:(NSError *)error {
NSLog(@"=========================蓝牙连接成功=========================");
//[SVProgressHUD showSuccessWithStatus:@"蓝牙连接成功"];
[self sendMessage:[NSString stringWithFormat:@"{<%@>}", self.currentPeripheralName]];
//开始洗浴
if (self.isBegingBath == NO) {
self.isBegingBath = YES;
......
......@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.8.9</string>
<string>3.9.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment