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

This commit is contained in:
卓 张
2023-12-19 10:52:21 +08:00
parent fe80b88677
commit ad0c4149e6
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