Fix: advance_event(browse=True) now sends token_params(0) — all zeros — matching the confirmed BW browse sequence.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user