From 03adceca23ed8f88239f5f4a0752bb17e02e6544 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Tue, 30 Jan 2024 09:03:02 +0100 Subject: [PATCH] forgot changing connectien attempts... --- modem/arq_session_iss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modem/arq_session_iss.py b/modem/arq_session_iss.py index 70868def..e5fbe304 100644 --- a/modem/arq_session_iss.py +++ b/modem/arq_session_iss.py @@ -21,7 +21,7 @@ class ISS_State(Enum): 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.5 seconds is working well WITHOUT a channel busy detection delay