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

@ -164,6 +164,8 @@ void CYSFReflector::run()
if (!ret)
return;
network.setCount(0);
CStopWatch stopWatch;
stopWatch.start();

Loading…
Cancel
Save