From b9520892b65b80a04a4c54fb76f44da0e301c09c Mon Sep 17 00:00:00 2001 From: Louis-Joseph Fournier Date: Sun, 3 Jan 2016 13:36:29 +0100 Subject: [PATCH] Led config: deviation is ok if < 5% --- qml/TunerScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/TunerScreen.qml b/qml/TunerScreen.qml index 72113f4..23663ec 100644 --- a/qml/TunerScreen.qml +++ b/qml/TunerScreen.qml @@ -19,7 +19,7 @@ Item { property bool is_portrait: height > width // maximum absolute deviation to display green led - property double deviation_ok: 0.1 + property double deviation_ok: 0.05 property color led_green: "green" property color led_red: "red"