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"