修改配置文件中冰箱串口号

This commit is contained in:
maqiao 2025-05-12 11:33:22 +08:00
parent 8aaee587fa
commit 9c3da430ce
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<!--是否有冰箱抽屉0无1有一个2两个-->
<add key="hasFridge" value="1"/>
<!-- 冰箱的串口号 -->
<add key="FridgePortPath" value="COM7" />
<add key="FridgePortPath" value="COM12" />
<!--冰箱抽屉温度区间-->
<add key="temperatureRange" value="2-8"/>