瀏覽代碼

修改markdown 文档

tags/v1.4.5_20211215
iot_user 5 年之前
父節點
當前提交
f20fcaf6a7
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      READMD_CN.md
  2. 2
    2
      README.md

+ 1
- 1
READMD_CN.md 查看文件

@@ -632,7 +632,7 @@ Callback WIFI password(回调WIFI密码)
```
#### 4.接收透传数据
//MARK:接收透传数据(不符合AILink协议的数据,需要做透传的客户可在此根据自己的协议解析数据,透传数据不可以"A6"或"A7"开头)
````
```
-(void)bluetoothManagerReceivePassData:(NSData *)data{
    NSLog(@"bluetoothManagerReceivePassData = %@",data.description);
   

+ 2
- 2
README.md 查看文件

@@ -1,4 +1,4 @@
# AILinkBleSDK instructions
# AILinkBleSDK instructions

[English](README.md)

@@ -627,7 +627,7 @@ There is a lot of content, you need to call what you need to call, if you are ac
```
#### 4.Receive transparent data
//MARK:Receive transparent transmission data (data that does not comply with the AILink protocol, customers who need to do transparent transmission can parse the data according to their own protocol, transparent transmission data cannot start with "A6" or "A7")
````
```
-(void)bluetoothManagerReceivePassData:(NSData *)data{
    NSLog(@"bluetoothManagerReceivePassData = %@",data.description);
   

Loading…
取消
儲存