修改了电机部分控制代码&错误打印,优化了电机错误的信息输出。温湿度传感器修改

This commit is contained in:
卓 张
2023-12-19 10:52:21 +08:00
committed by xin
parent 70f0a01882
commit fba6becf7c
6 changed files with 58 additions and 25 deletions

View File

@ -25,6 +25,7 @@ void Scheduler::SetAcqTimeParams(AcqTimeSettings struAcqTime)
void Scheduler::Preheating()
{
qDebug() << "Start Preheating";
//QThread::msleep(5000);
#ifdef _DEBUG
QThread::msleep(5000);
#else