张卓修改没提交的代码

This commit is contained in:
DESKTOP-4HD0KC3\ZhangZhuo
2024-10-30 17:00:12 +08:00
parent ad0c4149e6
commit c99ba84638
8 changed files with 90 additions and 20 deletions

View File

@ -29,7 +29,7 @@ void Scheduler::Preheating()
#ifdef _DEBUG
QThread::msleep(5000);
#else
QThread::msleep(900000);//NEED TO CHANGE BEFOR HAND TO CUSTOM
QThread::msleep(900000);//NEED TO CHANGE BEFOR HAND TO CUSTOMER
#endif
qDebug() << "Preheating Finished";
}