From 959ea1d9bee9f1982bbf196636297863d6e0e75e Mon Sep 17 00:00:00 2001 From: kolossos Date: Sun, 5 Jul 2020 20:16:31 +0200 Subject: [PATCH] neuer Nullabgleich --- src/weight-datageneration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weight-datageneration.py b/src/weight-datageneration.py index 810caac..231eafe 100644 --- a/src/weight-datageneration.py +++ b/src/weight-datageneration.py @@ -208,7 +208,7 @@ def tim_nice_output(digits, volts): def to_grafana(digits, volts): global first global res0 - res=float(.26+7.5/5*6400*volts[0:1]) + res=float(.63+7.5/5*6400*volts[0:1]) sys.stdout.write( "\0337" # Store cursor position