Quellcode durchsuchen

fix: doc

master
larryzhang vor 2 Jahren
Ursprung
Commit
968ab1bfc3
2 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. 3
    4
      README.md
  2. 2
    2
      README_CN.md

+ 3
- 4
README.md Datei anzeigen

@@ -7,15 +7,14 @@
| Version | Update time | Author | Update information |
|---------|------------:| ---------: | ----------------- |
| v1.0 | 2019/07/08 |JosonXiong | Preliminary version |
|v1.1.1 |2023/06/26 |Larry| Document filing |

## Table of Contents

## 1st、The conditions of use
> * Minimum version iOS 8.0
> * The Bluetooth version used by the device requires 4.0 and above.
Minimum version iOS 8.0
The Bluetooth version used by the device requires 4.0 and above.
## 2nd、Use
1. Import TPSMSleSDK.framework into the Xcode project.
2. Add "Privacy-Bluetooth Always Usage Description" to the info.plist file;
@@ -29,7 +28,7 @@
-(void)TPMSBleManagerUpdateBleState:(TPMSBluetoothState)state;
-(void)TPMSBleManagerReceiveData:(ELTPMSDataModel *_Nonnull)model;
```
## 3rd、Get broadcast data
### 1.Determine if the phone Bluetooth is available
Proxy method:

+ 2
- 2
README_CN.md Datei anzeigen

@@ -9,8 +9,8 @@
|v1.1.1 |2023/06/26 |Larry| 文档整理 |

## 一、使用条件
> * 最低版本iOS 8.0
> * 设备所使用的蓝牙版本需要4.0及以上
最低版本iOS 8.0
设备所使用的蓝牙版本需要4.0及以上
## 二、开始使用
1.将 TPMSBleSDK.framework 导入Xcode工程;
2.在info.plist文件中加入“Privacy - Bluetooth Always Usage Description”;

Laden…
Abbrechen
Speichern