修改bug

This commit is contained in:
CHAMPION923
2025-05-30 17:11:51 +08:00
parent c1419182f2
commit de417c4522
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -68,3 +68,4 @@ include/
**/test_shared **/test_shared
**/log **/log
**/Camera **/Camera
.idea

View File

@@ -149,7 +149,7 @@ class Presenter:
def run(self): def run(self):
# TODO: 初始化TCP服务和收收数据缓存 # TODO: 初始化TCP服务和收收数据缓存
server = TcpServer(host="0.0.0.0", port=65444) server = TcpServer(host=HOST, port=PORT)
tcp_rec_buf = "" tcp_rec_buf = ""
tcp_send_buf = "" tcp_send_buf = ""
pkt = OrderedDict() # tcp发送数据包 pkt = OrderedDict() # tcp发送数据包