chore: update version to v0.5.1 in s3_bridge.py

docs: update Instantel protocol reference with framing corrections and clarifications
This commit is contained in:
serversdwn
2026-03-03 16:30:09 -05:00
parent a5a21a6c32
commit 22d4023ea0
2 changed files with 109 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ from typing import Optional
import serial
VERSION = "v0.5.0"
VERSION = "v0.5.1"
DLE = 0x10
STX = 0x02