Fix: advance_event(browse=True) now sends token_params(0) — all zeros — matching the confirmed BW browse sequence.

This commit is contained in:
Brian Harrison
2026-04-03 18:15:42 -04:00
parent 4fb1bbfe35
commit 6adf8b6078
2 changed files with 18 additions and 15 deletions

View File

@@ -216,7 +216,7 @@ class MiniMateClient:
log.warning("count_events: 0A failed for key=%s: %s", key4.hex(), exc)
break
try:
key4, data8 = proto.advance_event()
key4, data8 = proto.advance_event(browse=True)
log.warning(
"count_events: 1F [iter %d] → key=%s data8=%s trailing=%s",
count, key4.hex(), data8.hex(), data8[4:8].hex(),