Skip to content

Commit 2a18b7d

Browse files
committedDec 2, 2024
analog/filter: set the updated value to descriptor for button
1 parent 1b4b0af commit 2a18b7d

File tree

1 file changed

+1
-0
lines changed
  • src/firmware/application/io/analog

1 file changed

+1
-0
lines changed
 

‎src/firmware/application/io/analog/Filter.h

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ namespace io
7272
if (newValue != _lastStableValue[index])
7373
{
7474
_lastStableValue[index] = newValue;
75+
descriptor.value = newValue;
7576
return true;
7677
}
7778

0 commit comments

Comments
 (0)
Failed to load comments.