Mike Black W9MDB
21cbd77047
Add retries in easycomm.c
2023-12-18 09:11:19 -06:00
Mike Black W9MDB
a3676e0e3b
Improve error output in easycom.c to show message
2023-12-18 09:05:15 -06:00
Mike Black W9MDB
3a6073d401
astyle files
2023-12-18 08:25:15 -06:00
Mike Black W9MDB
98edf92240
Update rig.h documentation a bit
2023-12-18 07:53:55 -06:00
Mike Black W9MDB
19bf90bbb4
Minor update to rigctl.1 rigctld.1
2023-12-18 07:13:23 -06:00
Mike Black W9MDB
bc6f874675
Fix wireless detection
2023-12-17 23:13:32 -06:00
Mike Black W9MDB
dbb8f4d5a7
Remove some debug statements
2023-12-17 22:29:21 -06:00
Mike Black W9MDB
1f38d59153
Fix Windows rigctl shutdown
...
https://github.com/Hamlib/Hamlib/issues/1448
2023-12-17 17:38:28 -06:00
Mike Black W9MDB
248d5e44a9
Fix cppcheck warning in newcat.c
2023-12-17 12:52:34 -06:00
Mike Black W9MDB
027b780189
Fix FT857 set_vfo cppcheck warning as get_vfo is always RIG_OK
2023-12-17 06:19:08 -06:00
Mike Black W9MDB
ac7c908036
Add DSTAR to flrig.c -- thanks to Philip Rose GM3ZZA
2023-12-16 17:09:11 -06:00
Mike Black W9MDB
50711dcfb8
Remove dead code in flex6xxx.c
2023-12-16 15:03:21 -06:00
Mike Black W9MDB
11876d7cc4
Fix ptt shadow in flex6xxx.c
2023-12-16 15:02:01 -06:00
Mike Black W9MDB
e267c62764
astyle files
2023-12-16 11:37:58 -06:00
Mike Black W9MDB
e1b3ac2a95
Fix DLL build for rigfreqwalk
2023-12-15 08:40:08 -06:00
Mike Black W9MDB
67e57f6e4d
Fix compilation for LLVM-MINGW
2023-12-15 08:05:20 -06:00
Mike Black W9MDB
f81d49cdab
Fix satellite mode for IC-9700
...
https://github.com/Hamlib/Hamlib/issues/1451
2023-12-13 17:28:31 -06:00
Mike Black W9MDB
5dac79340f
Remove x25_always from IC9700
...
https://github.com/Hamlib/Hamlib/issues/1451
2023-12-13 16:36:58 -06:00
Mike Black W9MDB
10accf17b8
Remove all bw functions if failing
2023-12-13 16:31:12 -06:00
Mike Black W9MDB
18c88c9f38
Fix clang warnings
...
https://github.com/Hamlib/Hamlib/issues/1450
2023-12-12 22:49:25 -06:00
Mike Black W9MDB
5dc55ff9e1
Fix some double entries
2023-12-12 12:11:31 -06:00
Mike Black W9MDB
81db043fbd
Fix targetable vfo in xiegu.c
2023-12-12 12:06:38 -06:00
Mike Black W9MDB
27d7e8bd2d
Revert "Speed up shutdown of multicast thread"
...
This broke Windows rigctl quit
This reverts commit b25b496051
.
2023-12-09 15:57:47 -06:00
Mike Black W9MDB
5f0c8691d7
Add ICPW2 to IC7610
2023-12-09 15:08:08 -06:00
Mike Black W9MDB
e9f9286f21
Remove hamlibgui -- going another route
2023-12-09 10:03:35 -06:00
Mike Black W9MDB
b25b496051
Speed up shutdown of multicast thread
2023-12-09 09:45:21 -06:00
Mike Black W9MDB
72fba4eb5b
Update simic7610
2023-12-09 09:43:20 -06:00
Mike Black W9MDB
63c615a452
Add IPP, DPP, and TX_INHIBIT for IC7610
2023-12-09 09:23:50 -06:00
Mike Black W9MDB
ea823e911c
Add RIG_LEVEL_RFPOWER_METER_WATTS to TS590
2023-12-08 23:35:58 -06:00
Mike Black W9MDB
ae69772d2a
Update NEWS
2023-12-08 11:42:44 -06:00
Mike Black W9MDB
f6eed23494
Ignore RIG_VFO_NONE in cache.c
2023-12-08 08:24:29 -06:00
Mike Black W9MDB
cf973c9b0a
Ignorie RIG_VFO_OTHER cache request
2023-12-08 07:53:21 -06:00
Mike Black W9MDB
3729f658ec
Add 60M channel 3 for 5357MhZ for FT8 on channelized 60M rigs
2023-12-04 22:18:14 -06:00
Mike Black W9MDB
768ca6105d
Update comment in icom.c
2023-12-04 16:35:23 -06:00
Mike Black W9MDB
f0e97a9e0e
Allow freq=0 for PowerSDR and perhaps others
2023-12-04 16:13:52 -06:00
Michael Black
4e1aa90499
Merge pull request #1444 from GeoBaltz/fix6
...
Restore shared library ABI compatibility with previous hamlibs
2023-12-04 14:42:48 -06:00
George Baltz N3GB
f4d40e0d79
Restore shared library ABI compatibility with previous hamlibs
...
No need for post_ptt_delay to be in hamlib_port - move it to misc
rig_state data.
Update references to post_ptt_delay
Fix a couple of typos
Add code to actually set post_ptt_delay
Fixes issue #1412
2023-12-04 10:47:52 -05:00
Michael Black
e3f1816e8a
Merge pull request #1441 from GeoBaltz/fix5
...
Fix FTDX101MP RFPOWER the right way
2023-12-01 10:41:37 -06:00
George Baltz N3GB
37fb4eafdd
Fix FTDX101MP RFPOWER the right way.
2023-12-01 11:22:46 -05:00
George Baltz N3GB
ed630b28d1
Revert "Fix FTDX101MP RFPOWER to allow 200W"
...
Unnecessary code, breaks other levels.
This reverts commit f255f6f8d8
.
2023-12-01 11:11:21 -05:00
Mike Black W9MDB
f255f6f8d8
Fix FTDX101MP RFPOWER to allow 200W
...
https://github.com/Hamlib/Hamlib/issues/1396
2023-11-30 22:32:42 -06:00
Mike Black W9MDB
88c3d9427b
Fix simftdx101
2023-11-30 22:15:44 -06:00
Mike Black W9MDB
cc49669b49
Change Icom 0x26 behavior to leave filter# alone
...
Rigs should remember filter based on last filter used for the mode
2023-11-30 10:31:56 -06:00
Mike Black W9MDB
8940d91522
Fix CPU usage in simulators when client quits
2023-11-29 17:04:56 -06:00
Mike Black W9MDB
e40981e198
Add simtrusdx.c
2023-11-29 16:02:19 -06:00
Mike Black W9MDB
a5ad218bba
Add simft1000 to Makefile.am
2023-11-29 15:58:15 -06:00
Mike Black W9MDB
7973db52de
Remove debug from network.c
2023-11-29 14:53:39 -06:00
Mike Black W9MDB
001dd01a10
Fix more compile errors for mingw
2023-11-29 12:53:16 -06:00
Mike Black W9MDB
756fad1c72
Fix compile error on mingw with network.c
2023-11-29 12:47:38 -06:00
Mike Black W9MDB
07f57cfc18
Fix error on ctrl-c of rigctld
2023-11-29 12:45:11 -06:00