Fixing issue 18

Fixing https://github.com/g4klx/YSFClients/issues/18 by setting counter to 0 on startup.
This commit is contained in:
Kim - DG9VH 2016-07-06 21:15:23 +02:00 committed by GitHub
parent 65fc3148d9
commit 8bb6461c7a

View file

@ -163,7 +163,9 @@ void CYSFReflector::run()
ret = network.open();
if (!ret)
return;
network.setCount(0);
CStopWatch stopWatch;
stopWatch.start();