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