소스 검색

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);