Michael Black W9MDB
|
ee60a68bec
|
astyle files
|
2021-02-28 09:46:01 -06:00 |
Michael Black W9MDB
|
abd8829df1
|
Revert rig_get_caps_int -- did not need this change and don't want to break
shared library compatiblity
|
2021-02-28 08:59:57 -06:00 |
Michael Black W9MDB
|
62523709ce
|
Update NEWS
|
2021-02-28 08:59:34 -06:00 |
Michael Black W9MDB
|
1d7df86348
|
Merge branch 'master' of https://github.com/Hamlib/Hamlib
|
2021-02-28 15:52:57 +01:00 |
Michael Black W9MDB
|
83c47fad42
|
Android NDK now builds -- check README.android for info on libusb
https://github.com/Hamlib/Hamlib/issues/546
|
2021-02-28 15:50:36 +01:00 |
Michael Black W9MDB
|
edf0019960
|
Fix set_freq in newcat.c to not do validation on FA/FB and TX since it's done in rig.c now
https://github.com/Hamlib/Hamlib/issues/575
|
2021-02-28 07:38:57 -06:00 |
Michael Black W9MDB
|
c9913526be
|
Fix clang compile warning in rig.c
|
2021-02-28 06:57:09 -06:00 |
Michael Black W9MDB
|
7ac58fcd23
|
Merge branch 'master' of https://github.com/Hamlib/Hamlib
|
2021-02-28 06:58:43 +01:00 |
Michael Black W9MDB
|
df549c2d0f
|
Fix compile warning on android/hamlib-compile
|
2021-02-27 23:57:57 -06:00 |
Michael Black W9MDB
|
67afeb85e7
|
Fix compile warning from android/hamlib-compile
|
2021-02-27 23:42:22 -06:00 |
Michael Black W9MDB
|
db45d736d8
|
Fix compilation warning from android/hamlib-compile
|
2021-02-27 23:38:34 -06:00 |
Michael Black W9MDB
|
2bc59544ed
|
Rename ar7030p_utils.c PAGE_SIZE to 7030_PAGE_SIZE to avoid conflict with Android build
|
2021-02-28 06:16:17 +01:00 |
Michael Black W9MDB
|
317bf6626d
|
Add stdlib.h to ltdl.c
|
2021-02-28 06:13:29 +01:00 |
Michael Black W9MDB
|
126e27dc91
|
Make elecraft rigs set_vfo to VFO_A if get_vfo is not A or B
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-27 22:30:10 -06:00 |
Michael Black W9MDB
|
692e562e66
|
Change ax_python_devel.m4 to use sysconfig instead of disutils.sysconfig which is being deprecated
https://github.com/Hamlib/Hamlib/issues/477
|
2021-02-27 16:45:27 -06:00 |
Michael Black W9MDB
|
6da1513122
|
KX3 SWT24 does not change VFO and IC command VFO B light bit does not change
So we are emulating VFOs now
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-27 16:22:26 -06:00 |
Michael Black W9MDB
|
1772ccde8b
|
Fix newcat.c expectation of valcmd for FA/FB commands
|
2021-02-27 14:50:56 -06:00 |
Michael Black W9MDB
|
30a8258f4e
|
Another attempt to fix elecraft K3 rigs to recognize VFOB being selected
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-27 14:27:07 -06:00 |
Michael Black W9MDB
|
26cfe0bb3f
|
Improve rig_set_freq to not rety when WSJT-X is doing it's 55Hz check
And don't confirm freq if no get_get exists
|
2021-02-26 23:53:31 -06:00 |
Michael Black W9MDB
|
da5a4ddc6e
|
Reduce debug in serial.c
|
2021-02-26 23:38:15 -06:00 |
Michael Black W9MDB
|
4729f2a0f2
|
Small change to rig_set_freq retry
|
2021-02-26 23:37:25 -06:00 |
Michael Black W9MDB
|
b2a1955467
|
Fix KX3 set_vfo
KX4 set_vfo may not work
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-26 23:28:38 -06:00 |
Michael Black W9MDB
|
4f98d34ca5
|
Add ftdx101mp.c
|
2021-02-26 16:02:34 -06:00 |
Michael Black W9MDB
|
2cef91c5e0
|
Add FTDX101MP model
Update FTDX101D
|
2021-02-26 15:34:46 -06:00 |
Michael Black W9MDB
|
a708471c44
|
Add debug to flrig.c tracking down a random rig_clear() that is occuring on Flex
|
2021-02-26 15:24:47 -06:00 |
Michael Black W9MDB
|
6ca1b35046
|
Update prototype for rig_get_caps_int
Add RIG_FUNC_SLICE for Flex future use
|
2021-02-26 15:22:41 -06:00 |
Michael Black W9MDB
|
8ccc9f0737
|
Fix rig_caps_get_int to use long long instead of enum
enum was coming out as 32-bit instead of 64-bit
https://github.com/Hamlib/Hamlib/issues/562
|
2021-02-26 15:00:15 -06:00 |
Michael Black W9MDB
|
9d714e639c
|
Fix compile warning on k2.c
|
2021-02-26 14:51:29 -06:00 |
Michael Black W9MDB
|
db776b2d79
|
Fix k3.c "IC" command since it returns binary data and not ascii
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-26 12:28:37 -06:00 |
Michael Black W9MDB
|
bb00c35980
|
In rig_set_ptt allow rig_get_ptt to fail and retry
IC-9700 seems unable to query ptt right after setting it
https://github.com/Hamlib/Hamlib/issues/571
|
2021-02-26 11:35:53 -06:00 |
Michael Black W9MDB
|
6049f54ef4
|
Fix compilation warnings in getopt.c
|
2021-02-26 11:17:35 -06:00 |
Michael Black W9MDB
|
ce8e539d86
|
Fix compilation warnings in prosistel.c
|
2021-02-26 11:16:49 -06:00 |
Michael Black W9MDB
|
b713314f7f
|
Fix compilation warnings in newcat.c
|
2021-02-26 11:15:49 -06:00 |
Michael Black W9MDB
|
27f9c30480
|
Fix compilation warnings in tt550.c
|
2021-02-26 11:14:29 -06:00 |
Michael Black W9MDB
|
9869e07af6
|
Fix compilation warnings in tt550.c
|
2021-02-26 11:13:55 -06:00 |
Michael Black W9MDB
|
6429a7ef72
|
Fix compilation warnings in tentec.c
|
2021-02-26 11:13:28 -06:00 |
Michael Black W9MDB
|
e7fa4b1c2b
|
Fix compilation warnings in omnivii.c
|
2021-02-26 11:12:29 -06:00 |
Michael Black W9MDB
|
7fee6e36a5
|
Fix compilation warnings in thd72.c
|
2021-02-26 11:11:33 -06:00 |
Michael Black W9MDB
|
2f53ae58e4
|
Fix compilation warnings in kenwood.c
|
2021-02-26 11:10:57 -06:00 |
Michael Black W9MDB
|
6da2cf2eeb
|
Fix compilation warnings in dar818.c
|
2021-02-26 11:09:17 -06:00 |
Michael Black W9MDB
|
f6d2225810
|
Fix compilation warnings in 950
|
2021-02-26 11:08:25 -06:00 |
Michael Black W9MDB
|
84e4a6a88c
|
Fix compilation warnings in rig.c
|
2021-02-26 11:07:32 -06:00 |
Michael Black W9MDB
|
b835c47b23
|
Fix compilation warnings in mem.c
|
2021-02-26 11:06:37 -06:00 |
Michael Black W9MDB
|
318b437fa5
|
Remove FA/FB validation from newcat.c
set_freq validtion is now done in rig.c so we can return to fire-and-forget
https://github.com/Hamlib/Hamlib/issues/569
|
2021-02-26 10:41:02 -06:00 |
Michael Black W9MDB
|
9a6552c3cf
|
Remove obsolete AC_HEADER_TIME from gr_pwin32.m4
|
2021-02-26 10:13:40 -06:00 |
Michael Black W9MDB
|
f6fd0e887b
|
Remove AC_HEADER_TIME
https://github.com/Hamlib/Hamlib/issues/566
|
2021-02-25 23:48:32 -06:00 |
Michael Black W9MDB
|
246886dde7
|
Change all k3.c models to k3_get_vfo
https://github.com/Hamlib/Hamlib/issues/563
|
2021-02-25 22:58:38 -06:00 |
Michael Black W9MDB
|
2a60fd748b
|
Fix K3X get_vfo set_vfo to recognize toggle of vfo
https://github.com/Hamlib/Hamlib/issues
|
2021-02-25 14:05:06 -06:00 |
Michael Black W9MDB
|
f7de8ac738
|
Update some debug in ft980.c
|
2021-02-25 12:18:37 -06:00 |
Michael Black W9MDB
|
dc5e1bf6ed
|
Fix rig_get_caps_int to return long long for cross platform compatibility
https://github.com/Hamlib/Hamlib/issues/562
|
2021-02-25 11:55:57 -06:00 |