mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 06:43:53 +00:00
Fixing issue 18
Fixing https://github.com/g4klx/YSFClients/issues/18 by setting counter to 0 on startup.
This commit is contained in:
parent
65fc3148d9
commit
8bb6461c7a
1 changed files with 3 additions and 1 deletions
|
|
@ -163,7 +163,9 @@ void CYSFReflector::run()
|
|||
ret = network.open();
|
||||
if (!ret)
|
||||
return;
|
||||
|
||||
|
||||
network.setCount(0);
|
||||
|
||||
CStopWatch stopWatch;
|
||||
stopWatch.start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue