mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
forgot changing connectien attempts...
This commit is contained in:
parent
e279f45229
commit
03adceca23
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class ISS_State(Enum):
|
||||||
|
|
||||||
class ARQSessionISS(arq_session.ARQSession):
|
class ARQSessionISS(arq_session.ARQSession):
|
||||||
|
|
||||||
RETRIES_CONNECT = 1
|
RETRIES_CONNECT = 10
|
||||||
|
|
||||||
# DJ2LS: 3 seconds seems to be too small for radios with a too slow PTT toggle time
|
# DJ2LS: 3 seconds seems to be too small for radios with a too slow PTT toggle time
|
||||||
# DJ2LS: 3.5 seconds is working well WITHOUT a channel busy detection delay
|
# DJ2LS: 3.5 seconds is working well WITHOUT a channel busy detection delay
|
||||||
|
|
Loading…
Reference in a new issue