diff --git a/cotton_double2.pro.user b/cotton_double2.pro.user index 5393990..7f3c256 100644 --- a/cotton_double2.pro.user +++ b/cotton_double2.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/widget.cpp b/widget.cpp index c24895e..9787085 100644 --- a/widget.cpp +++ b/widget.cpp @@ -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)