Skip to content

Commit

Permalink
analog/filter: set the updated value to descriptor for button
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Dec 2, 2024
1 parent 1b4b0af commit 2a18b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firmware/application/io/analog/Filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ namespace io
if (newValue != _lastStableValue[index])
{
_lastStableValue[index] = newValue;
descriptor.value = newValue;
return true;
}

Expand Down

0 comments on commit 2a18b7d

Please sign in to comment.