浏览代码

Change name

Per Mårtensson 3 年之前
父节点
当前提交
d7490df44f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -376,7 +376,7 @@ void UpdateUI() {
     myNex.writeStr("adca.txt",(String)Lookup_Lambda(adcValue_UA));
     myNex.writeStr("heaterstatus.txt",(String)HeaterStatus);
     myNex.writeStr("hardwareid.txt",(String)hardwareId);
-    myNex.writeStr("cj125_status.txt",(String)CJ125_Status);
+    myNex.writeStr("cj125status.txt",(String)CJ125_Status);
     myNex.writeStr("adcr.txt",(String)adcValue_UR);
     float SupplyVoltage = (((float)adcValue_UB / 1023 * 5) / 10000) * 110000;
     myNex.writeStr("adcb.txt",(String)adcValue_UB);