开启预热

This commit is contained in:
xin
2022-03-07 11:18:27 +08:00
committed by xin
parent 677b98b23f
commit 113b04a473
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,5 +1,5 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
# 此 .gitignore 文件已由 Micosoft(R) Visual Studio 自动创建。
################################################################################
/build
@ -16,3 +16,4 @@
/othersoft/calibration_console/build/
/othersoft/shuttercali/project/LocationCali/cmake-build-debug
/othersoft/calibration_console/cmake-build-debug/
/othersoft/calibration_console/cmake-build-debug/

View File

@ -4,5 +4,5 @@ chmod +x /root/frp_0.34.3_linux_arm/frpc
chmod +x /root/ffwatch.sh
/root/ffwatch.sh &
chmod +x /root/Mywathdog.sh
/root/Mywathdog.sh &
bash /root/Mywathdog.sh &

View File

@ -28,7 +28,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 CUSTOM
#endif
qDebug() << "Preheating Finished";
}