From 01fd1be3030a4865b89bee089225ac3abd12e150 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Mon, 6 Jan 2020 12:09:34 +0100
Subject: [PATCH] Take care of "Break In" value

---
 iambic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iambic.c b/iambic.c
index 895a8fc..7e6f341 100644
--- a/iambic.c
+++ b/iambic.c
@@ -376,7 +376,7 @@ static void* keyer_thread(void *arg) {
 	// swallow any cw_events posted during the last "cw hang" time.
         if (!kcwl && !kcwr) continue;
 
-        if (!mox) {
+        if (!mox && cw_breakin) {
           g_idle_add(ext_mox_update, (gpointer)(long) 1);
           // Wait for mox, that is, wait for WDSP shutting down the RX and
           // firing up the TX. This induces a small delay when hitting the key for
-- 
2.45.2