mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-15 04:40:02 +01: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
|
|
@ -163,7 +163,9 @@ void CYSFReflector::run()
|
|||
ret = network.open();
|
||||
if (!ret)
|
||||
return;
|
||||
|
||||
|
||||
network.setCount(0);
|
||||
|
||||
CStopWatch stopWatch;
|
||||
stopWatch.start();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue