Spaces:
Sleeping
Sleeping
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -159,7 +159,7 @@ while True:
|
|
| 159 |
if current_n1 == "11":
|
| 160 |
print("[INFO] Received ACK")
|
| 161 |
break
|
| 162 |
-
time.sleep(0.
|
| 163 |
ack_timeout += 1
|
| 164 |
|
| 165 |
if ack_timeout >= 50:
|
|
@@ -175,7 +175,7 @@ while True:
|
|
| 175 |
if current_n1 == "99":
|
| 176 |
print("[INFO] Received completion signal")
|
| 177 |
break
|
| 178 |
-
time.sleep(0.
|
| 179 |
complete_timeout += 1
|
| 180 |
|
| 181 |
# 完了後リセット
|
|
|
|
| 159 |
if current_n1 == "11":
|
| 160 |
print("[INFO] Received ACK")
|
| 161 |
break
|
| 162 |
+
time.sleep(0.3)
|
| 163 |
ack_timeout += 1
|
| 164 |
|
| 165 |
if ack_timeout >= 50:
|
|
|
|
| 175 |
if current_n1 == "99":
|
| 176 |
print("[INFO] Received completion signal")
|
| 177 |
break
|
| 178 |
+
time.sleep(0.3)
|
| 179 |
complete_timeout += 1
|
| 180 |
|
| 181 |
# 完了後リセット
|