From 7e8416dfb3d80a49d4253b3a90016e089e292392 Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Fri, 5 Jun 2026 19:20:34 +0800 Subject: [PATCH] --- Models/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index 535ca5f..b973c10 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -46,7 +46,7 @@ public class TestParameters public int MeasurementCount { get; set; } = 10; [Range(5, 300)] public int IntervalSeconds { get; set; } = 30; - public double PlatinumWireLength { get; set; } = 0.056; // 默认 5.6 cm + public double PlatinumWireLength { get; set; } = 0.040; // 默认 5.6 cm public double PlatinumWireDiameter { get; set; } = 0.00006; public string ReportOutputPath { get; set; } = "Reports\\";