projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7808f5
)
client_server.c: added comment to forcing can_transmit being zero.
author
c vw
<dl1ycf@darc.de>
Wed, 29 Dec 2021 15:09:53 +0000
(16:09 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 29 Dec 2021 15:09:53 +0000
(16:09 +0100)
client_server.c
patch
|
blob
|
history
diff --git
a/client_server.c
b/client_server.c
index b93838eb37ca26fd1a95299ecf9d356afaa4cc8a..ff4f66296963429d4ce66ed9252425aadd57f527 100644
(file)
--- a/
client_server.c
+++ b/
client_server.c
@@
-1899,8
+1899,9
@@
g_print("INFO_RADIO: %d\n",bytes_read);
locked=radio_data.locked;
receivers=ntohs(radio_data.receivers);
can_transmit=radio_data.can_transmit;
-//TEMP
-can_transmit=0;
+
+ can_transmit=0; // forced temporarily until Client/Server supports transmitters
+
step=ntohll(radio_data.step);
split=radio_data.split;
sat_mode=radio_data.sat_mode;