mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
开启预热
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
# 此 .gitignore 文件已由 Micosoft(R) Visual Studio 自动创建。
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
/build
|
/build
|
||||||
@ -16,3 +16,4 @@
|
|||||||
/othersoft/calibration_console/build/
|
/othersoft/calibration_console/build/
|
||||||
/othersoft/shuttercali/project/LocationCali/cmake-build-debug
|
/othersoft/shuttercali/project/LocationCali/cmake-build-debug
|
||||||
/othersoft/calibration_console/cmake-build-debug/
|
/othersoft/calibration_console/cmake-build-debug/
|
||||||
|
/othersoft/calibration_console/cmake-build-debug/
|
||||||
|
@ -4,5 +4,5 @@ chmod +x /root/frp_0.34.3_linux_arm/frpc
|
|||||||
chmod +x /root/ffwatch.sh
|
chmod +x /root/ffwatch.sh
|
||||||
/root/ffwatch.sh &
|
/root/ffwatch.sh &
|
||||||
chmod +x /root/Mywathdog.sh
|
chmod +x /root/Mywathdog.sh
|
||||||
/root/Mywathdog.sh &
|
bash /root/Mywathdog.sh &
|
||||||
|
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user