Browse Source

Change name

Per Mårtensson 3 năm trước cách đây
mục cha
commit
d7490df44f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);