projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001e976
)
allow SOAPY tx without microphone (e.g. for doing CW)
author
DL1YCF
<dl1ycf@darc.de>
Mon, 25 May 2020 19:31:08 +0000
(21:31 +0200)
committer
DL1YCF
<dl1ycf@darc.de>
Mon, 25 May 2020 19:31:08 +0000
(21:31 +0200)
radio.c
patch
|
blob
|
history
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) {