Michael Black W9MDB
e0e743ee90
Update rig.c docs
2021-02-07 14:58:33 -06:00
Michael Black W9MDB
418e963c86
Add \get_vfo_info to rigctl and rigctld to allow geting freq/mode/width by vfo in one call
...
Overcomes limitation of f command where vfo swapping is needed if not in --vfo mode
rig_get_vfo_info function added
Log4OM should be able to get VFOB frequency on most rigs
https://github.com/Hamlib/Hamlib/issues/530
2021-02-07 12:45:59 -06:00
Michael Black W9MDB
3a25f54f74
Fix rot_dummy.c -- now behaves with gpredict tracking
...
https://github.com/Hamlib/Hamlib/issues/531
2021-02-07 12:19:52 -06:00
Michael Black W9MDB
ed25ac943d
Disable rotctl emulation -- override by setting simulating=1 in rot_dummy.c
...
https://github.com/Hamlib/Hamlib/issues/531
2021-02-07 12:05:52 -06:00
Nate Bargmann
1caa4ca328
Merge branch 'master' of github.com:Hamlib/Hamlib
2021-02-07 06:57:38 -06:00
Michael Black W9MDB
8e313ecc3d
Add RIG_CAPS_HAS_GET_LEVEL
2021-02-07 06:56:48 -06:00
Nate Bargmann
6052bb798e
Add ft980.h to Makefile.am
...
The use of 'make distcheck' would have caught this error.
2021-02-07 06:54:19 -06:00
Michael Black W9MDB
66b3e368d6
Bump FT980 to beta
2021-02-06 16:45:54 -06:00
Michael Black
4f3c4219a1
Merge pull request #529 from N8TW/ft980_backend
...
FT-980 Backend Added Feature: Targetable VFO
2021-02-06 16:44:58 -06:00
N8TW
14cc93e352
Added Features: targetable VFO
...
Other: added debug statements, foundation-work for new featues,
"modernized" a bit (but still needs additional effort).
2021-02-06 16:55:05 -05:00
Michael Black W9MDB
bc5cad06b7
Bump version in pihpsdr.c
2021-02-06 08:23:23 -06:00
Michael Black
47179606c6
Merge pull request #527 from dl1ycf/master
...
Fixed pihpsdr power reading
2021-02-06 08:22:42 -06:00
Nate Bargmann
a7058ff76c
Merge pull request #528 from N0NB/doxygen_work
...
Doxygen work
2021-02-06 07:25:06 -06:00
Nate Bargmann
3fa25cb5f3
Merge branch 'master' into doxygen_work
2021-02-06 07:17:12 -06:00
Nate Bargmann
20ce18f477
Update Doxygen comments in amplifier.h
2021-02-06 07:16:09 -06:00
DL1YCF
865c28c4ca
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2021-02-06 10:42:14 +01:00
Nate Bargmann
d4bc60be0b
Update Doxygen files
...
The latest Doxygen has changed the footer.html substantially from the
much older version we were using. Add some Hamlib project specific
information to it.
Align hamlib.cfg.in to the latest Doxygen.
Reduce hamlib.css to only those elements needed for Hamlib
customization.
Add hamlib.png as a project logo.
2021-02-05 20:36:49 -06:00
Michael Black W9MDB
1d8a010493
Fix 2nd arg prompt for rigctl
...
https://github.com/Hamlib/Hamlib/issues/447
https://github.com/Hamlib/Hamlib/issues/339
2021-02-05 17:40:10 -06:00
Michael Black W9MDB
9c3a12c6f0
Fix netrigctl.c parsing of CHKVFO response
2021-02-05 17:33:59 -06:00
c vw
b5c96e0cde
fixed analysis of "PC" command output.
2021-02-05 21:57:06 +01:00
Michael Black W9MDB
d8bd6a5d4e
Reduce debug level in network.c
2021-02-04 23:47:59 -06:00
Michael Black W9MDB
92492c4627
Modify perltest.pl for multi-line rig_error return
...
https://github.com/Hamlib/Hamlib/issues/526
2021-02-04 07:23:53 -06:00
Michael Black W9MDB
e589e078a1
Add 3 second sleep in icom powerstat to allow the rig to wake up
...
https://github.com/Hamlib/Hamlib/issues/525
2021-02-03 12:54:30 -06:00
Michael Black W9MDB
76f3099aef
Remove 500ms from icom/frame.c -- should not be needed
...
Reduce icom echo check to just 2 tries
Improves power up sequencing by about 7 seconds
https://github.com/Hamlib/Hamlib/issues/525
2021-02-03 11:45:57 -06:00
Michael Black W9MDB
96e2cc7829
Fix extra LF in debug messages
2021-02-03 09:59:14 -06:00
root
228cc10aeb
Fix compile warnings with -O2 flag
2021-02-03 06:13:12 +01:00
Michael Black W9MDB
bd4c8c2e04
Add 0W reference for FTDX101D power meter
...
https://github.com/Hamlib/Hamlib/issues/524
2021-02-01 17:45:42 -06:00
Nate Bargmann
b53eed7cd3
Advance to 4.2~git
2021-01-31 19:53:28 -06:00
Nate Bargmann
eaa26af740
Prepare NEWS for 4.1 release
2021-01-31 19:51:46 -06:00
Michael Black W9MDB
9d30205174
Fix linking error for w32-build.sh script
2021-01-31 12:20:44 -06:00
Michael Black W9MDB
84ce231daf
Fix link error for debugmsgsave on MacOS and perhaps others
2021-01-31 07:08:08 -06:00
Michael Black W9MDB
9394a6cfe4
Fix link error with testloc.c
2021-01-30 22:16:14 -06:00
Michael Black W9MDB
d20635dfe6
Fix compiler warning in newcat.c
2021-01-30 11:05:34 -06:00
Michael Black W9MDB
d8492c6602
Increase debugmsgsave size to avoid compiler warning about not big enough
2021-01-30 11:03:08 -06:00
Michael Black W9MDB
cd7811f3ed
Fix icom_get_mode for rigs with 1-byte mode_len
...
https://github.com/Hamlib/Hamlib/issues/522
2021-01-29 16:32:16 -06:00
Michael Black W9MDB
8e70763619
Add debug msg to rig_error
2021-01-29 09:35:46 -06:00
Michael Black W9MDB
431b5dfc37
Make lack of tx_range_list non-fatal -- some rigs don't have this
2021-01-29 08:30:35 -06:00
Michael Black W9MDB
acbe8da8a1
astyle rc2800.c
...
https://github.com/Hamlib/Hamlib/issues/451
2021-01-29 08:23:19 -06:00
Michael Black W9MDB
883574049b
Fix compile error on rc2800
...
https://github.com/Hamlib/Hamlib/issues/451
2021-01-29 08:22:56 -06:00
Michael Black W9MDB
f228bda1a2
Add detection of echo for rc2800 -- seems some versions do echo
...
https://github.com/Hamlib/Hamlib/issues/451
2021-01-29 08:20:56 -06:00
Michael Black
0575f9defd
Merge pull request #520 from dl1ycf/master
...
corrected tx_rangelist bug
2021-01-29 06:51:00 -06:00
c vw
f38f35beeb
corrected bug
2021-01-29 09:50:11 +01:00
Michael Black W9MDB
620c97fe12
Remove debug from rigctl.c
2021-01-28 14:35:53 -06:00
Michael Black W9MDB
0d6958781d
Merge branch 'master' of http://github.com/Hamlib/Hamlib
2021-01-28 14:25:42 -06:00
Michael Black W9MDB
7838539a3b
Add __FILENAME__ macro
2021-01-28 14:25:26 -06:00
Michael Black W9MDB
4b41c0dbfc
Let flrig use 5 second timeout from rig instead of overriding it
2021-01-28 12:24:22 -06:00
Michael Black W9MDB
7b04640cea
Fix read_string timeout display value
2021-01-28 12:22:52 -06:00
Michael Black W9MDB
03924db38c
Modify __FILE__ to use __FILENAME__ macro to avoid full path in misc.c
2021-01-28 10:25:05 -06:00
Michael Black
58feda1a4a
Merge pull request #519 from code-posse/master
...
SatEL motion bugfix
2021-01-27 12:59:43 -06:00
Joshua Lynch
b5a18c1732
merged upstream/master into master
2021-01-27 12:44:07 -06:00