]> git.rkrishnan.org Git - pihpsdr.git/commit
a) handle cases where RX2 is referred to but only one RX is available
authorc vw <dl1ycf@darc.de>
Tue, 24 Jan 2023 18:39:28 +0000 (19:39 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 24 Jan 2023 18:39:28 +0000 (19:39 +0100)
commitd485ca32d973621e6a6ffb7eb057febce735bfda
tree17b7ad46982d43916543a75538d0eadffff6aa1e
parentf39632ebaf0dea9088a1402b80c02db6a05b970f
a) handle cases where RX2 is referred to but only one RX is available
b) TX menu: TUNE power setting is now such that one gives a the value of
   the drive slider that should be effective when tuning, so no longer
   a percentage of the current position of the drive slider
c) ClientServer: moved that part of this code that used to be in ext.c
   to client_server.c (where it belongs)
d) Fixed frequency changes while CTUN is active
e) allow for CW with a keyer attached to the radio when LOCALCW is
   not active
15 files changed:
actions.c
client_server.c
ext.c
filter.c
new_protocol.c
old_protocol.c
radio.c
receiver.c
rigctl.c
sliders.c
transmitter.c
transmitter.h
tx_menu.c
vfo.c
zoompan.c