Skip to content

Commit

Permalink
[Fix][Studio] Don't wait equalizer change response if wo_read is set (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Jan 22, 2025
1 parent cc5e5fa commit bdd1dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openfreebuds/driver/huawei/handler/config_equalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ async def _set_current_mode(self, mode_str):

self.changes_saved = True

if self.wo_read:
pkg.response_id = b""

await self.driver.send_package(pkg)

if self.wo_read:
Expand Down

0 comments on commit bdd1dbb

Please sign in to comment.