Skip to content

Commit

Permalink
Adjust logging
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Nov 5, 2024
1 parent 889c4ed commit 02c5feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions universal_silabs_flasher/flasher.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,6 @@ async def write_emberznet_eui64(
return False

await ezsp.write_custom_eui64(ieee=new_ieee, burn_into_userdata=force)
_LOGGER.info("Wrote new device IEEE: %s", new_ieee)

return True

0 comments on commit 02c5feb

Please sign in to comment.