Skip to content

Commit e13d685

Browse files
committed
🚑 Changed Address to 0x44
1 parent 2bdd019 commit e13d685

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from sepve import SEPVE
66

7-
addr = 0x88
7+
addr = 0x44
88

99
app = FastAPI(title='SEPVE-WebControl', version='1.0.0')
1010

@@ -60,4 +60,4 @@ def setSpeakerAttL(att):
6060

6161

6262
if __name__ == "__main__":
63-
uvicorn.run(app, host="10.0.0.40", port=9000)
63+
uvicorn.run(app, host="10.0.0.20", port=9000)

sepve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SEPVE:
1010
MID_dB: int = 2
1111
TREBLE_dB: int = 2
1212
SPEAKER: str = "MUTE"
13-
i2c_addr = 0x88
13+
i2c_addr = 0x44
1414
bus = None
1515

1616
def __init__(self, addr):

0 commit comments

Comments
 (0)