We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4b0af commit 2a18b7dCopy full SHA for 2a18b7d
src/firmware/application/io/analog/Filter.h
@@ -72,6 +72,7 @@ namespace io
72
if (newValue != _lastStableValue[index])
73
{
74
_lastStableValue[index] = newValue;
75
+ descriptor.value = newValue;
76
return true;
77
}
78
0 commit comments