V1.0.0.8 - 2025/12/30
* RS-485 Comm Fail Timeout bug fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user