Mike Black W9MDB
09c1d74a82
Fix compilation warning about hamlib_check_rig_caps
2022-01-18 17:28:53 -06:00
Mike Black W9MDB
f48654e199
Change sprintf to SNPRINTF in simulators
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 16:23:52 -06:00
Mike Black W9MDB
7ecd467126
Change sprintf to SNPRINTF in cJSON.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 15:28:09 -06:00
Mike Black W9MDB
82dd8da9cd
Change sprintf to SNPRINTF in debug.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 15:09:54 -06:00
Mike Black W9MDB
e2bb11aa4c
Change sprintf to SNPRINTF in misc.c, network.c, and rig.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 15:07:49 -06:00
Mike Black W9MDB
f801244fb6
Change sprintf to SNPRINTF in misc.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 15:03:11 -06:00
Mike Black W9MDB
0e5962a816
Change sprintf to SNPRINTF in conf.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 14:48:47 -06:00
Mike Black W9MDB
aa3daf4eda
Change sprintf to SNPRINTF in serial.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 14:46:29 -06:00
Mike Black W9MDB
29ff10f455
Change sprintf to SNPRINTF in network.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 14:41:09 -06:00
Mike Black W9MDB
165b5b2921
Change sprint to SNPRINTF in rig.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 14:39:34 -06:00
Mike Black W9MDB
9e3afe2729
Add set_vfo_opt to rig.swg
...
https://github.com/Hamlib/Hamlib/issues/930
2022-01-18 13:30:56 -06:00
Mike Black W9MDB
53424a3c56
Improvements to simyaesu.c
2022-01-18 13:23:13 -06:00
Mike Black W9MDB
e69ad3786d
Fix rot_conf.c get_conf calls
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 12:46:29 -06:00
Mike Black W9MDB
ea6f0bdff6
Change SNPRINTF message to print to stderr
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-18 12:45:50 -06:00
Mike Black W9MDB
fa67809b32
Change strcpy to SPRINTF in rot_dummy.c
...
Make new snprintf function to check buffer len after and print error message.
2022-01-18 12:44:41 -06:00
Michael Black
f213b2ce7a
Merge pull request #936 from mikaelnousiainen/random-bugfixes-20220118
...
Small bugfixes
2022-01-18 11:33:00 -06:00
Mikael Nousiainen
5b9feffa78
Fix Icom dual watch set command. Make rotator macro name buffer larger, as the macro names are longer than the space allocated.
2022-01-18 19:02:01 +02:00
Mike Black W9MDB
d01e939559
Fix VS1;BS command in newcat.c
...
https://github.com/Hamlib/Hamlib/issues/903
2022-01-17 23:28:49 -06:00
Mike Black W9MDB
fe167c7ff4
Extend Yaeus BS command sleep from 200ms to 500ms -- DX3000 is muting Rx VFO so hopefully this fixes it.
...
https://github.com/Hamlib/Hamlib/issues/903
2022-01-17 18:05:26 -06:00
Mike Black W9MDB
b2edec79bf
Add BS command to newcat validation list
...
https://github.com/Hamlib/Hamlib/issues/903
2022-01-17 18:03:00 -06:00
Mike Black W9MDB
2de74e5c54
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-01-17 18:01:19 -06:00
Mike Black W9MDB
91772295d7
Fix FTDX3000 write_delay set to 0
...
https://github.com/Hamlib/Hamlib/issues/903
2022-01-17 17:34:14 -06:00
Mike Black W9MDB
198d4c6db3
Fix FTDX3000 write_delay set to 0
2022-01-17 17:30:24 -06:00
Mike Black W9MDB
30a06c4fc6
Fix static array reference in netrigctl.c
...
https://github.com/Hamlib/Hamlib/issues/932
2022-01-17 16:59:31 -06:00
Mike Black W9MDB
194eb75268
Change SNPRINT to show buffer overflow instead of limit reached
2022-01-17 16:36:36 -06:00
Mike Black W9MDB
b577f3bd51
Set rx_vfo in kenwood.c to default when not already set
...
https://github.com/Hamlib/Hamlib/issues/931
2022-01-17 14:59:16 -06:00
Mike Black W9MDB
893d37d25f
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-01-16 15:51:31 -06:00
Mike Black W9MDB
2422de0951
Add IC-910 to the Icom rigs that don't use the filter byte
...
https://github.com/Hamlib/Hamlib/issues/929
2022-01-16 15:51:01 -06:00
Michael Black
3f3b74e408
Merge pull request #928 from giordyb/patch-1
...
Update thd74.c
2022-01-16 12:43:07 -06:00
giordyb
dcc176a263
Update thd74.c
...
version bump
2022-01-16 19:36:54 +01:00
giordyb
014daefb5f
Update thd74.c
...
fixes set_ts (the byte passed in thd74_set_freq_item() was wrong, it's 27 for normal mode and 35 for fine mode). Also if a step lower than 5000 is entered the radio is switched into fine mode (only works on VFO B)
2022-01-16 19:19:46 +01:00
Mike Black W9MDB
3385a5f37b
Remove TARGETABLE_MODE from FT-991
...
Rig does not have MD1 command
This needs to be done via cache in rig.c, read once and only change if needed
https://github.com/Hamlib/Hamlib/issues/731
2022-01-16 11:23:58 -06:00
Mike Black W9MDB
18f7036fb0
Change sprintf to snprint in uniden.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-16 08:59:40 -06:00
Mike Black W9MDB
9538357ef4
Change to SNPRINTF in uniden_digital.c
2022-01-16 08:54:18 -06:00
Mike Black W9MDB
906ac22ae4
Change sprintf to snprint in uniden_digital.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-16 08:53:35 -06:00
Mike Black W9MDB
ac3b854818
Change sprintf to snprint in uniden.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-16 08:52:45 -06:00
Mike Black W9MDB
4c4b8debfc
Change sprintf to snprint in fdm_duo.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-16 08:50:44 -06:00
Mike Black W9MDB
ae2c5b13e3
Recommit si570avrusb.c -- change didn't take for some reason
2022-01-16 08:01:42 -06:00
Mike Black W9MDB
01c164b2b5
Fix kpa.c link error
2022-01-16 07:33:17 -06:00
Mike Black W9MDB
aac189ed1f
Fix g313-win.c compilation
2022-01-16 07:31:29 -06:00
Mike Black W9MDB
72cda702c9
Fix si570avrusb.c
2022-01-16 07:28:58 -06:00
Mike Black W9MDB
36f516f840
Fix elektor507.c function definition
2022-01-16 07:15:21 -06:00
Mike Black W9MDB
6a516b4a34
Change sprintf to snprint in rigs/kit
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-15 23:29:19 -06:00
Mike Black W9MDB
939b3e3885
Change sprintf to snprint in g313-win.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-15 23:20:01 -06:00
Mike Black W9MDB
a291def17f
Revert "Add MAIN A/B and SUB A/B VFOs to ic7610.c"
...
7610 does not have A/B VFOs
This reverts commit a7f6d693ac
.
2022-01-15 12:23:26 -06:00
Mike Black W9MDB
a7f6d693ac
Add MAIN A/B and SUB A/B VFOs to ic7610.c
2022-01-15 12:14:05 -06:00
Mike Black W9MDB
4793e9206b
Change function definition to support sprintf in aor.h
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-14 06:54:21 -06:00
Mike Black W9MDB
be16de711c
Change sprintf to snprint in ar
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-13 23:40:35 -06:00
Mike Black W9MDB
d217bcac62
Change sprintf to SNPRINTF in barret
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-13 17:08:10 -06:00
Mike Black W9MDB
64847e5c30
For Barrett add some debug and fix another debug
...
https://github.com/Hamlib/Hamlib/issues/923
2022-01-13 09:39:22 -06:00