From 5473d788039ef677dd9b3763df648ccbb8707095 Mon Sep 17 00:00:00 2001
From: DL1YCF <dl1ycf@darc.de>
Date: Mon, 25 May 2020 21:31:08 +0200
Subject: [PATCH] allow SOAPY tx without microphone (e.g. for doing CW)

---
 radio.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/radio.c b/radio.c
index 26e7bbe..09dcdb9 100644
--- a/radio.c
+++ b/radio.c
@@ -1462,9 +1462,6 @@ static void rxtx(int state) {
 
 void setMox(int state) {
   if(!can_transmit) return;
-#ifdef SOAPYSDR
-  if(protocol==SOAPYSDR_PROTOCOL && !transmitter->local_microphone) return;
-#endif
   vox_cancel();  // remove time-out
   if(mox!=state) {
     if (state && vox) {
-- 
2.45.2