add tagline
This commit is contained in:
@@ -113,7 +113,7 @@ def parse_frames(blob: bytes, trailer_len: int, etx_mode: str = ETX_MODE_AUTO) -
|
||||
start_offset = 0
|
||||
idx = 0
|
||||
i = 0
|
||||
|
||||
print(">>> NEW STATE MACHINE ACTIVE <<<")
|
||||
# Auto-detect ETX style once
|
||||
if etx_mode == ETX_MODE_AUTO:
|
||||
raw_etx = sum(1 for p in range(n - 1) if blob[p] == DLE and blob[p + 1] == ETX)
|
||||
|
||||
Reference in New Issue
Block a user