Add bounded X4 Bluetooth wake and record Android recovery proof

This commit is contained in:
DCCONSTRUCTIONS
2026-09-10 12:48:09 +03:00
parent 556e376a62
commit f164606828
14 changed files with 789 additions and 43 deletions
@@ -283,6 +283,7 @@ class Inspector:
self.report["notifications"].append({"hex": raw.hex(), **timestamp()})
try:
received.extend(reader.feed(raw))
self.report["heartbeat_packets"] = reader.heartbeats
except ValueError as error:
errors.append(str(error))