Skip to content

Commit

Permalink
serial
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Sep 14, 2024
1 parent b4b68d5 commit 99e6678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/grinferenceoutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def run_reporter_thread(
item = self.q.get(block=True, timeout=1)
except queue.Empty:
continue
logging.info("inference output %u: %s", self.serialno, item)
self.serialno += 1
logging.info("inference output %u: %s", self.serialno, item)
if zmq_pub is not None:
zmq_pub.send_string(json.dumps(item) + DELIM, flags=zmq.NOBLOCK)
if mqtt_reporter is not None:
Expand Down

0 comments on commit 99e6678

Please sign in to comment.