Skip to content

Commit

Permalink
do not know why it exits
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 3, 2024
1 parent 8b0097d commit 8fbc096
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 @@ -281,7 +281,7 @@ async def main(config):
await asyncio.sleep(0.05)
return_messages = scan_result.received_data.getvalue().decode("iso-8859-1")
if "mode=1" not in return_messages:
print("Exit install mode")
print("Exit install mode %s" % return_messages)
break
except (BleakError, asyncio.TimeoutError) as e:
logger.error("Abort communication with pixl.js", e)
Expand Down

0 comments on commit 8fbc096

Please sign in to comment.