We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390ee90 commit ac8a237Copy full SHA for ac8a237
uvk5_egzumer.py
@@ -2059,14 +2059,14 @@ def validate_upload_calibration(value):
2059
radioSettingGroup.append(radioSetting)
2060
2061
name = prefix + "openNoiseThr" + postfix
2062
- tempval = minMaxDef(eval(name), 0, 255, 0)
2063
- val = RadioSettingValueInteger(0, 255, tempval)
+ tempval = minMaxDef(eval(name), 0, 127, 0)
+ val = RadioSettingValueInteger(0, 127, tempval)
2064
radioSetting = RadioSetting(name, "Noise threshold open", val)
2065
2066
2067
name = prefix + "closeNoiseThr" + postfix
2068
2069
2070
radioSetting = RadioSetting(name, "Noise threshold close", val)
2071
2072
0 commit comments