aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/src/Core/fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/Core/fsm.c b/src/common/src/Core/fsm.c
index 660ced8..6e0d98b 100644
--- a/src/common/src/Core/fsm.c
+++ b/src/common/src/Core/fsm.c
@@ -301,7 +301,7 @@ void fsm_update() {
last_qso_start_timestamp = timestamp_now();
}
- if (!fsm_in.sq && fsm_current_state_time_s() < 5) {
+ if (!fsm_in.sq && fsm_current_state_time_s() < 3) {
/* To avoid that very short open squelch triggers
* transmit CW letters all the time. Some people
* enjoy doing that.