V1.0.0.8 - 2025/12/30

* RS-485 Comm Fail Timeout bug fix
This commit is contained in:
2025-12-30 14:33:45 +09:00
parent e2b5223a39
commit 9fbe461e0e
4 changed files with 19 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ namespace LFP_Manager.DataStructure
public int UartModelIndex;
public int UartProtocol;
public int CommFailTime;
public int CommFailMaxCount;
public int DbLogPeriod;
@@ -49,7 +49,7 @@ namespace LFP_Manager.DataStructure
UartProtocol = 0;
RecvWaitTime = 1500; // 1500ms
CommFailTime = 5000; // 5000ms
CommFailMaxCount = 5; // 5 times
DbLogPeriod = 5;