Skip to content

Commit

Permalink
leftover hex output in transmission_watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Apr 6, 2024
1 parent 964c460 commit 067daae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okdmr/dmrlib/transmission/transmission_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def process_packet(self, data: bytes, packet: IP) -> None:
processed_burst: Burst = self.process_burst(burst)
if processed_burst:
print(processed_burst)
print(processed_burst.as_bytes().hex())
if self.debug_voice_bytes and burst.is_vocoder:
import logging

Expand Down

0 comments on commit 067daae

Please sign in to comment.