添加了 温湿度传感器控制代码 已能读取 等待拷机测试

This commit is contained in:
2021-12-15 17:47:33 +08:00
parent 2df12d4e5c
commit af00b1c47e
9 changed files with 184 additions and 7 deletions

View File

@ -44,7 +44,7 @@ void Scheduler::StartAsPlanned()
while (!bStopWait)
{
QThread::msleep(100);
if (m_struAcqTime.qtStartTime >= qtTime && qtTime < m_struAcqTime.qtStopTime)
if (m_struAcqTime.qtStartTime <= qtTime && qtTime < m_struAcqTime.qtStopTime)
{
bStopWait = true;
}