充能统计添加中间值滤波

修改晶振起振超时时间和flash相关以适应gd32
This commit is contained in:
ranchuan
2024-02-03 16:50:16 +08:00
parent caa4e61b89
commit 87ad52847e
19 changed files with 532 additions and 63 deletions

View File

@@ -129,6 +129,7 @@ def creat_head(data:bytearray,date:str):
head+=arr_from_int(7777)
head+=arr_from_str("utcp",8)
head+=arr_from_str("slave",12)
head+=arr_from_str(time.SOFT_VERION,12)
head+=arr_byte_copy(0,128-len(head))
# print(head)
return head