This commit is contained in:
xin
2022-02-28 15:18:57 +08:00
parent 13a729dcbd
commit f2bd257609

View File

@ -28,7 +28,7 @@ void Scheduler::Preheating()
#ifdef _DEBUG #ifdef _DEBUG
QThread::msleep(5000); QThread::msleep(5000);
#else #else
QThread::msleep(900000);//NEED TO CHANGE BEFOR HAND TO CUSTOM //QThread::msleep(900000);//NEED TO CHANGE BEFOR HAND TO CUSTOM
#endif #endif
qDebug() << "Preheating Finished"; qDebug() << "Preheating Finished";
} }
@ -78,7 +78,7 @@ int Scheduler::OnTimeCounter()
{ {
m_iFlagIsOnRestart = 1; m_iFlagIsOnRestart = 1;
} }
system("gpio write 1 0");//<2F><EFBFBD>ϵ<EFBFBD> system("gpio write 1 0");//<2F><EFBFBD>ϵ<EFBFBD>
qDebug() << "gpio write 1 0......"<<endl; qDebug() << "gpio write 1 0......"<<endl;
qDebug() << "Non working time. Idling......"; qDebug() << "Non working time. Idling......";
return 0; return 0;