1
0
Fork 0

Fixing issue 18

Fixing https://github.com/g4klx/YSFClients/issues/18 by setting counter to 0 on startup.
ycs232-kbc
Kim - DG9VH 8 years ago committed by GitHub
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…
Cancel
Save