This commit is contained in:
backuppc
2025-12-22 16:02:57 +09:00
parent 5a4c73e4df
commit 3408e3fc30
8 changed files with 123 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ namespace Project
else if (PUB.BMS.IsValid == false)
{
var ts = VAR.TIME.RUN(eVarTime.LastConnTry_BAT);
if (ts.TotalSeconds > (PUB.setting.interval_bms * 2.5))
if (ts.TotalSeconds > ( Math.Max(10,PUB.setting.interval_bms) * 2.5))
{
this.BeginInvoke(new Action(() =>
{