Led config: deviation is ok if < 5%
This commit is contained in:
parent
ef3f8db1d3
commit
b9520892b6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue