1
0

bench ack

This commit is contained in:
Aiden
2026-05-26 00:15:25 +10:00
parent 1e4f87675d
commit 7c211f8112
5 changed files with 208 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ def label_frame(frame: bytes) -> str:
bytes.fromhex("07804040A07D"): "visible_40A0_family_40",
bytes.fromhex("07808040A0BD"): "visible_40A0_family_80",
bytes.fromhex("0780C040A0FD"): "visible_40A0_family_C0",
bytes.fromhex("07804020902D"): "visible_retry_0040_2090_candidate",
bytes.fromhex("0780C060205D"): "visible_C0_6020_family_candidate",
}
label = labels.get(frame, "")