This commit is contained in:
2025-11-21 14:55:52 +08:00
parent e3ecd0550f
commit 26ed8df502
36 changed files with 908 additions and 433 deletions

View File

@ -380,7 +380,7 @@ class rfid_service:
接收线程的主循环用于接收RFID推送的数据
"""
while self._thread_signal:
self._pause_receive=False
if self._pause_receive:
time.sleep(1)
continue