修改了阀门通道

This commit is contained in:
zhenye 2024-12-18 13:11:20 +08:00
parent dd2eb4df74
commit 92ab320a31
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 15.0.0, 2024-12-17T00:13:56. -->
<!-- Written by QtCreator 15.0.0, 2024-12-18T12:56:31. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

View File

@ -18,8 +18,8 @@ using namespace std;
// 硬编码参数值
int file_delay = 1270; // 延迟时间(毫秒)
int file_encoder = 12000; // 编码器值
int file_valve = 200; // 阀门通道
int file_encoder = 12000; // 编码器值++
int file_valve = 120; // 阀门通道
Widget::Widget(QWidget *parent)
: QWidget(parent)
, ui(new Ui::Widget)