mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
esc-337, found errant timer resets on comm monitor and Sammy display
This commit is contained in:
parent
17b0373c73
commit
85683ea9fa
11 changed files with 22 additions and 17 deletions
|
|
@ -104,7 +104,7 @@ namespace PepperDash.Essentials.Core
|
|||
void Client_BytesReceived(object sender, GenericCommMethodReceiveBytesArgs e)
|
||||
{
|
||||
Status = MonitorStatus.IsOk;
|
||||
StopErrorTimers();
|
||||
ResetErrorTimers();
|
||||
}
|
||||
|
||||
void Poll()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue