Skip to content

Commit

Permalink
cancel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 3, 2024
1 parent a010c74 commit 52f5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pixljs_alert/zero_ble.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def main(config):
if mode == "install":
print("Install mode connecting to Pixl.js")
try:
async with ((BleakClient(scan_result.device) as client)):
async with (BleakClient(scan_result.device) as client):
await client.start_notify(UART_TX_CHAR_UUID, scan_result.uart_data_received)
nus = client.services.get_service(UART_SERVICE_UUID)
rx_char = nus.get_characteristic(UART_RX_CHAR_UUID)
Expand Down

0 comments on commit 52f5966

Please sign in to comment.