pull/7/head
ERR0RPR0MPT 2024-04-14 01:09:03 +08:00
parent e701091d8c
commit d322f213a7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class SerialManager:
self.ping_touch_thread() self.ping_touch_thread()
def start(self): def start(self):
print("开始监听 COM33 串口...") print(f"开始监听 {COM_PORT} 串口...")
self.touchThread.start() self.touchThread.start()
self.writeThread.start() self.writeThread.start()