Mike Black W9MDB
22970f16de
Fix Serial speed information in dumpcaps
2023-04-05 10:30:20 -05:00
Mike Black W9MDB
99170c1025
Add error message when rig is not turned on that mentions auto_power_on
2023-03-30 22:28:09 -05:00
Mike Black W9MDB
3053263c52
Update NEWS
2023-03-29 08:46:05 -05:00
Mike Black W9MDB
38d6858698
Progress on Expert ampctl
2023-03-28 17:23:54 -05:00
Mike Black W9MDB
1ec7dc07ec
Fix expert_amp_caps
2023-03-28 17:14:59 -05:00
Mike Black W9MDB
7236942d89
Adding Expert Linear amplifier
2023-03-28 17:08:40 -05:00
Mike Black W9MDB
c331899d94
Fix expert in rotators/Android.mk
2023-03-28 15:58:08 -05:00
Michael Black
9d7ac000e5
Merge pull request #1265 from dforsi/fix/duplicated-initializers
...
Fix initializer-overrides warnings by clang
2023-03-28 14:25:11 -05:00
Daniele Forsi IU5HKX
8d40732064
Fix initializer-overrides warnings by clang
...
Fixes:
dx77.c:225:5: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
{
^
dx77.c:217:23: note: previous initialization is here
.tx_range_list2 = {RIG_FRNG_END,},
^~~~~~~~~~~~~~~
ft991.c:356:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
.scan = newcat_scan,
^~~~~~~~~~~
ft991.c:352:27: note: previous initialization is here
.scan = newcat_scan,
^~~~~~~~~~~
2023-03-28 19:53:29 +02:00
Mike Black W9MDB
f11db5c949
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-03-28 11:53:30 -05:00
Mike Black W9MDB
bbda209fc0
Add park to rotorez
...
https://github.com/Hamlib/Hamlib/issues/1257
2023-03-28 11:53:00 -05:00
Mike Black W9MDB
7395ef0e3f
Add park to rotorez
2023-03-28 11:52:26 -05:00
Mike Black W9MDB
403ec07b6b
Fix auto_power_on from rigctl invocation with --set-conf=auto_power_on=1
...
https://github.com/Hamlib/Hamlib/issues/1220
2023-03-28 10:43:07 -05:00
Mike Black W9MDB
79db09c201
Fix PS0; command in newcat.c
...
https://github.com/Hamlib/Hamlib/issues/1220
2023-03-28 10:24:31 -05:00
Mike Black W9MDB
224820fb44
Fix rigctld get_powerstat
...
https://github.com/Hamlib/Hamlib/issues/1220
2023-03-28 09:43:26 -05:00
Mike Black W9MDB
5aab96beff
Enable async by default -- this prevents WSJT-X from crashing when transceive mode is on for the IC9700
...
https://github.com/Hamlib/Hamlib/issues/1264
2023-03-27 10:04:59 -05:00
Mike Black W9MDB
d34983f495
Fix strcmp duplicates iun ftdx simulators
2023-03-26 17:03:27 -05:00
Michael Black
d522967b32
Merge pull request #1262 from dforsi/fix/cppcheck
...
Remove duplicated conditions
2023-03-26 16:16:30 -05:00
Daniele Forsi IU5HKX
692deca638
Remove duplicated conditions
...
Fixes:
rigs/yaesu/newcat.c:10537:9: style: Same expression 'strcmp(priv->cmd_str,"IS1;")==0' found multiple times in chain of '||' operators. [duplicateExpression]
|| strcmp(priv->cmd_str, "IS1;") == 0
^
rigs/yaesu/newcat.c:10548:9: style: Same expression 'strcmp(priv->cmd_str,"NR0;")==0' found multiple times in chain of '||' operators. [duplicateExpression]
|| strcmp(priv->cmd_str, "NR0;") == 0
^
rigs/yaesu/newcat.c:10549:9: style: Same expression 'strcmp(priv->cmd_str,"NR1;")==0' found multiple times in chain of '||' operators. [duplicateExpression]
|| strcmp(priv->cmd_str, "NR1;") == 0
^
rigs/yaesu/newcat.c:10552:9: style: Same expression on both sides of '||'. [duplicateExpression]
|| strcmp(priv->cmd_str, "OS0;") == 0
^
2023-03-26 23:00:38 +02:00
Michael Black
30b2087f5d
Merge pull request #1261 from dforsi/fix/typos
...
Fix typos
2023-03-26 08:05:32 -05:00
Daniele Forsi IU5HKX
2db37fe7db
Fix typos
2023-03-26 11:01:51 +02:00
Mike Black W9MDB
dd75f55b1f
Update NEWS
2023-03-25 12:38:24 -05:00
Mike Black W9MDB
ac197389a2
Fix IC-7160 get_powerstat to disable it...cannot read power status from 7610
2023-03-25 11:20:52 -05:00
Mike Black W9MDB
8cce59b048
Improve simelecraft.c to work with FLRig
2023-03-22 22:45:56 -05:00
Mike Black W9MDB
8cdb21b6f3
Add ST command detection to set_cmd_validate in newcat.c
2023-03-22 15:09:48 -05:00
Mike Black W9MDB
7914842c2d
Another attempt to make Mac compiler happy
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 12:03:10 -05:00
Mike Black W9MDB
9f960fa531
Try another fix for MacOS compile
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 10:05:26 -05:00
Mike Black W9MDB
2712c57058
Try another fix for MacOS compile
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 10:04:41 -05:00
Mike Black W9MDB
d893de407e
Fix Mac compile error in newcat.c
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 08:44:29 -05:00
Mike Black W9MDB
56907442ab
Fix kpa.h
2023-03-20 23:33:16 -05:00
Mike Black W9MDB
cf956daf17
Clean up id5100.c
2023-03-20 23:20:40 -05:00
Mike Black W9MDB
3254ac70a1
Change FT991, FTDX101MP, FTDX3000 to use ; for command validation
...
https://github.com/Hamlib/Hamlib/issues/1252
2023-03-20 23:10:35 -05:00
Mike Black W9MDB
0f0bbeb612
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-03-20 23:08:38 -05:00
Mike Black W9MDB
558747fab3
Update simft991.c
2023-03-20 23:06:50 -05:00
Michael Black
4004046d49
Merge pull request #1255 from dforsi/fix/doxygen
...
Fix Doxygen documentation
2023-03-19 22:18:07 -05:00
Daniele Forsi IU5HKX
26d3e79cf5
Fix Doxygen comments
2023-03-19 23:15:49 +01:00
Daniele Forsi IU5HKX
8e24746a3e
Fix typos
2023-03-19 22:20:28 +01:00
Daniele Forsi IU5HKX
3c94527fb6
Fix Doxygen documentation for the GRBLTRK rotators
...
Fixes:
.../include/hamlib/rotlist.h:642: warning: documentation for unknown define ROT_MODEL_GRBLTRK found.
.../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented.
2023-03-19 19:08:05 +01:00
Daniele Forsi IU5HKX
38cc75c568
Fix Doxygen documentation for the Apex rotator
...
Fixes:
.../include/hamlib/rotlist.h:672: warning: documentation for unknown define ROT_MODEL_APEX found.
.../include/hamlib/rotlist.h:680: warning: Member ROT_MODEL_APEX_SHARED_LOOP (macro definition) of group rotator is not documented.
2023-03-19 19:07:51 +01:00
Daniele Forsi IU5HKX
6de5aa7838
Fix Doxygen unmatched directives \cond and \endcond
2023-03-19 18:42:24 +01:00
Mike Black W9MDB
389ee47f76
Update NEWS
2023-03-18 23:43:36 -05:00
Mike Black W9MDB
113cad3ee1
For K3 prevent ID; command from K22; command
...
Remote ops was having a problem with K22;
https://github.com/Hamlib/Hamlib/issues/1254
2023-03-18 23:40:45 -05:00
Mike Black W9MDB
2adf049084
Update NEWS
2023-03-18 22:21:07 -05:00
Mike Black W9MDB
0f7908be22
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-03-18 22:20:12 -05:00
Mike Black W9MDB
5e00bed9cb
Fix Gemini DX1200 gemini_set_level function
2023-03-18 22:18:50 -05:00
Mike Black W9MDB
fd473062d1
astyle kenwood.c
2023-03-18 15:21:30 -05:00
Michael Black
18c4eb4631
Merge pull request #1251 from dforsi/fix/cppcheck
...
Fix/cppcheck
2023-03-18 08:41:35 -05:00
Michael Black
e022ff2314
Merge pull request #1250 from dforsi/fix/ampctl-show-conf
...
Enable --show-conf for ampctl and ampctld
2023-03-18 08:41:06 -05:00
Daniele Forsi IU5HKX
01a2dd23ed
Fix cppcheck "missingInclude" informational message
...
Fixes:
tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude]
2023-03-18 11:17:18 +01:00
Daniele Forsi IU5HKX
51c88e0a6d
Add to .gitignore some files created during "make check"
2023-03-18 11:02:13 +01:00