projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c23126
)
get rid of the ping message
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 4 Jan 2022 10:52:05 +0000
(16:22 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 4 Jan 2022 10:52:05 +0000
(16:22 +0530)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/rigctl.c
index 6c181db5085b51d413a35c945c0576238442c43e..1fbf91f7e142e6b7d54c267de0f28f53c3ed9ea3 100644
(file)
--- a/
rigctl.c
+++ b/
rigctl.c
@@
-4153,10
+4153,6
@@
int launch_serial() {
return 0;
}
- // send a PING message
- char *ping = "PING";
- send_resp(serial_client->fd, ping);
-
return 1;
}