ソースを参照

Update documentation

master
陈福行 5年前
コミット
0644970fa6
2個のファイルの変更14行の追加6行の削除
  1. 7
    3
      README.md
  2. 7
    3
      README_CN.md

+ 7
- 3
README.md ファイルの表示

@@ -9,9 +9,11 @@
[中文文档](README_CN.md)

## Conditions of Use
1, Minimum version android4.4 (API 19)
2, The Bluetooth version used by the device requires 4.0 and above
3, Depends on the environment androidx
1. Minimum version android4.4 (API 19)

2. The Bluetooth version used by the device requires 4.0 and above

3. Depends on the environment androidx

## Import SDK

@@ -324,6 +326,7 @@ double weight; // Weight, corresponding unit g
## FAQ

- Can't scan the Bluetooth device?

1. Check whether the permissions of the App are normal. The 6.0 and above systems must locate the permissions and need to manually obtain the permissions
2. Check whether the location service of the mobile phone is turned on, some mobile phones may need to turn on the GPS
3. Unplug the battery and restart the scale
@@ -331,6 +334,7 @@ double weight; // Weight, corresponding unit g
5. Is PabulumService registered in AndroidManifest

- What units does the agreement support?

1. Units can only support up to 8 types. For specific units, please obtain them by the getUnits () method. If they cannot be obtained, please refer to the factory settings of the scale.



+ 7
- 3
README_CN.md ファイルの表示

@@ -10,9 +10,11 @@


## 使用条件
1,最低版本 android4.4(API 19)
2,设备所使用的蓝牙版本需要4.0及以上
3,依赖环境androidx
1. 最低版本 android4.4(API 19)

2. 设备所使用的蓝牙版本需要4.0及以上

3. 依赖环境androidx


## 导入SDK
@@ -321,6 +323,7 @@ connectDevice(BluetoothDevice device)
## FAQ

- 扫描不到蓝牙设备?

1.查看App权限是否正常,6.0及以上系统必须要定位权限,且需要手动获取权限
2.查看手机的定位服务是否开启,部分手机可能需要打开GPS
3.拔掉电池重启秤
@@ -328,6 +331,7 @@ connectDevice(BluetoothDevice device)
5.PabulumService是否在AndroidManifest中注册

- 协议支持哪些单位?

1.单位最多只支持8种,具体支持什么单位请通过getUnits()方法获取,如无法获取,请参照秤的出厂设置。



読み込み中…
キャンセル
保存