This commit is contained in:
xyy
2026-06-02 21:11:45 +08:00
parent 9d59b439eb
commit 22cab5e36d
2 changed files with 2 additions and 2 deletions

View File

@@ -92,6 +92,6 @@ public class CalibrationCoefficients
public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 36.8;
public double ThermalConductivityCorrection { get; set; } = 33.8;
public double ThermalDiffusivityCorrection { get; set; } = 19.9;
}