5 lines
140 B
Python
5 lines
140 B
Python
interval = 0.1
|
|
wakeSignalStrength=20
|
|
defalutStrength=10
|
|
max_retries = 3 # 最大重试次数
|
|
retry_delay = 1 # 重试间隔时间(秒) |