Skip to content

Commit

Permalink
settings: make equalizer changes have immediate effect
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Jul 3, 2024
1 parent d9d67ed commit ac58c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logitech_receiver/settings_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ def build(cls, setting_class, device):
if g * 7 + b >= count:
break
map[g * 7 + b] = str(int.from_bytes(freqs[2 * b + 1 : 2 * b + 3], "big")) + _("Hz")
return cls(map, min_value=dbMin, max_value=dbMax, count=count, write_prefix_bytes=b"\x02")
return cls(map, min_value=dbMin, max_value=dbMax, count=count, write_prefix_bytes=b"\x01")


class ADCPower(settings.Setting):
Expand Down

0 comments on commit ac58c05

Please sign in to comment.