update idm.py.

Signed-off-by: SGR <13600406+sgr_VMT@user.noreply.gitee.com>
This commit is contained in:
SGR
2023-12-03 14:34:33 +00:00
committed by Gitee
parent b467a1d2c1
commit be46a6b013

2
idm.py
View File

@@ -25,7 +25,7 @@ from mcu import MCU, MCU_trsync
from clocksync import SecondarySync from clocksync import SecondarySync
STREAM_BUFFER_LIMIT_DEFAULT = 100 STREAM_BUFFER_LIMIT_DEFAULT = 100
STREAM_TIMEOUT = 1.0 STREAM_TIMEOUT = 2.0
class IDMProbe: class IDMProbe:
def __init__(self, config): def __init__(self, config):