添加小板程序版本读取

This commit is contained in:
ranchuan
2024-03-12 17:04:07 +08:00
parent 5aa013e168
commit 5bd29dd25d
11 changed files with 164 additions and 26 deletions

View File

@@ -34,8 +34,6 @@ def crc8(data:bytearray,seed:int=0xff):
# 把tcp封装为串口
class utcp:
is_open=False