From 70da9f7c6c23b536bf190fb5544a292c87b86c5a Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Wed, 3 Jun 2026 19:53:11 +0800 Subject: [PATCH] --- Models/AppConfig.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index 3d224c5..3bbac2a 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -91,8 +91,6 @@ public class CalibrationCoefficients public ushort PressureProtection { get; set; } public ushort TemperatureCoefficient { get; set; } public ushort ResistanceCoefficient { get; set; } - - //public double ThermalConductivityCorrection { get; set; } = 69;//乙二醇 - public double ThermalConductivityCorrection { get; set; } = 28;//乙二醇 + public double ThermalConductivityCorrection { get; set; } = 28;//蒸馏水 public double ThermalDiffusivityCorrection { get; set; } = 0.59; } \ No newline at end of file