Added showval

This commit is contained in:
Lucio Maranta
2019-02-27 17:23:20 +01:00
parent 9116c198cc
commit f665316d04
8 changed files with 53 additions and 14 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ public static class ThreadsFunctions
sw.Stop();
// Update thread timer
ReadPowerOnTimer += sw.ElapsedMilliseconds;
ReadPowerOnTimes++;
ReadPowerOnTimer += sw.ElapsedMilliseconds;
ReadPowerOnTimes++;
// Wait
Thread.Sleep(CalcSleepTime(400, (int)sw.ElapsedMilliseconds));