fix tray noise control

This commit is contained in:
Kavish Devar
2024-11-05 09:00:33 +05:30
parent b6a35756d0
commit 61e4a4168c
2 changed files with 3 additions and 0 deletions

View File

@@ -250,6 +250,9 @@ def get_battery_status():
return f"Left: {left['level']}% - {left_status} | Right: {right['level']}% - {right_status} | Case: {case['level']}% - {case_status}"
from aln import enums
enums=enums.enums
def set_anc_mode(mode):
with socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) as client:
client.connect(SOCKET_PATH)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 752 KiB