From e8abb254f702a5a776345ab82b613df3a49471cc Mon Sep 17 00:00:00 2001 From: xin Date: Thu, 3 Apr 2025 13:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0=20=E6=B8=A9?= =?UTF-8?q?=E6=8E=A7=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/othersoft/install.sh b/othersoft/install.sh index da345d7..2270c82 100644 --- a/othersoft/install.sh +++ b/othersoft/install.sh @@ -24,7 +24,7 @@ cmake ../../TemperatureControler/project make -j4 cp ./TemperatureControler /home/pi/bin mkdir -p /home/data/Setting -cp ../../TemperatureControler/temperature_controler_config.json /home/data/Setting +cp ../../TemperatureControler/Constant_Temperature_Config.json /home/data/Setting cd ../ mkdir console