| @@ -8,6 +8,6 @@ | |||
| #define AICareComponentRingBleSDK_Version | |||
| //版本号 SDK Version | |||
| #define AICareComponentRingBleSDKVersion @"1.0.1" // 20250410 | |||
| #define AICareComponentRingBleSDKVersion @"1.0.2" // 20250725 | |||
| #endif /* AILinkBleSDK_Version_h */ | |||
| @@ -330,11 +330,12 @@ | |||
| } | |||
| //smartRingBleModel.checkType=1 实时包数据解析 contentData不会被赋值 其它参数会被赋值 | |||
| //smartRingBleModel.checkType=2 体检包数据解析 返回原始数据 其它数据不会被赋值 只有contentData 会被赋值 | |||
| -(void)smartRingManager:(ELSmartRingManager *)smartRingManager SetCheck:(ELSmartRingBleModel *)smartRingBleModel | |||
| { | |||
| NSLog(@"%s SetCheck :%@", __func__, smartRingBleModel); | |||
| [self addLog:[NSString stringWithFormat:@"%s smartRingBleModel:%@ ", __func__,smartRingBleModel]]; | |||
| } | |||