test env
This commit is contained in:
@@ -19,7 +19,10 @@ tar xzvf tele-recv-XXX.tar.gz
|
||||
|
||||
文件包中包含两个可执行文件和一个.yaml的配置文件
|
||||
|
||||
## 配置
|
||||
tele-recv-linux: linux 可执行文件
|
||||
tele-recv-win64.exe: windows 64位可执行文件
|
||||
|
||||
### 配置
|
||||
|
||||
| 选项 | 含义 | 取值 | 例子 |
|
||||
|------- |---------------------|-----------------|------------------------|
|
||||
@@ -30,3 +33,16 @@ tar xzvf tele-recv-XXX.tar.gz
|
||||
|init | 是否新建电报数据库 | true | true/false |
|
||||
|address | 本地处理监听端口 | 127.0.0.1:6000 | |
|
||||
|
||||
### 测试环境
|
||||
|
||||
linux:
|
||||
```Shell
|
||||
./tele-recv-linux test
|
||||
```
|
||||
|
||||
windows:
|
||||
```Shell
|
||||
tele-recv-win64.exe test
|
||||
```
|
||||
|
||||
测试运行的环境是否能正确开始串口设备,以及初始化数据库
|
||||
Reference in New Issue
Block a user