任立新 修改该温控系统的逻辑

This commit is contained in:
xin
2025-05-08 13:52:21 +08:00
parent 455013fa07
commit 030381aa5c
4 changed files with 26 additions and 14 deletions

View File

@ -1,7 +1,7 @@
mkdir build
cd build
mkdir movingliner
mkdir -p movingliner
cd movingliner
cmake ../../movingliner
make -j4
@ -11,14 +11,14 @@ echo beging build shuttercali
cd ../
mkdir shuttercali
mkdir -p shuttercali
cd shuttercali
cmake ../../shuttercali/project/LocationCali
make -j4
cp ./shutter_calibrate /home/pi/bin
cd ../
mkdir TemperatureControler
mkdir -p TemperatureControler
cd TemperatureControler
cmake ../../TemperatureControler/project
make -j4
@ -27,7 +27,7 @@ mkdir -p /home/data/Setting
cp ../../TemperatureControler/Constant_Temperature_Config.json /home/data/Setting
cd ../
mkdir console
mkdir -p console
cd console
cmake ../../calibration_console
make -j4
@ -44,7 +44,7 @@ cd ../
cp ./root/Mywathdog.sh /root
cp ./root/start.sh /root
chmod +x /root/start.sh
mkdir /home/data
mkdir -p /home/data
cd ../
rm -rf ./TowerOptoSifAndSpectral
cd /root/filebrew