6 lines
191 B
Python
6 lines
191 B
Python
interval = 0.1
|
|
wakeSignalStrength=20
|
|
defalutStrength=5
|
|
max_retries = 3 # 最大重试次数
|
|
retry_delay = 1 # 重试间隔时间(秒)
|
|
indicators_url = "http://localhost:8111/indicators" |