]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
allow SOAPY tx without microphone (e.g. for doing CW)
authorDL1YCF <dl1ycf@darc.de>
Mon, 25 May 2020 19:31:08 +0000 (21:31 +0200)
committerDL1YCF <dl1ycf@darc.de>
Mon, 25 May 2020 19:31:08 +0000 (21:31 +0200)
radio.c

diff --git a/radio.c b/radio.c
index 26e7bbe0b2e4a4b581b9a2cfa47d3d1f0b388d28..09dcdb913ff061cac18f885699d0d3940991ffcd 100644 (file)
--- 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) {