Wykres commitów

6977 Commity (4d116d2f6ccda1095e509683418839f9b7a84f77)

Autor SHA1 Wiadomość Data
Michael Black W9MDB 82126a4f09 Phase 1 of changing sprintflst functions to use buffer length
https://github.com/Hamlib/Hamlib/issues/580
2021-03-03 08:03:18 -06:00
Michael Black W9MDB 41bfd57eb3 Reverse RTTY and RTTYR in kenwood.c mode table
It was backwards.  RTTY is LSB (ie FSKR) and RTTYR is USB (ie FSK)
So RTTYR is mode 6 and RTTY is mode 9
https://github.com/Hamlib/Hamlib/issues/576
2021-03-02 23:17:39 -06:00
Michael Black W9MDB 6d9f3e1c7b Reverse RTTY and RTTYR in kenwood.c mode table
It was backwards.  RTTY is LSB (ie FSKR) and RTTYR is USB (ie FSK)
So RTTYR is mode 6 and RTTY is mode 9
2021-03-02 22:36:24 -06:00
Michael Black W9MDB 6645419727 Update comments 2021-03-02 16:57:15 -06:00
Michael Black W9MDB 1a8d3b45d3 Adjust STRENGTH levels for ts990s.c based on measurements from OE1MWW Wolfgang 2021-03-02 16:47:01 -06:00
Michael Black W9MDB 4402aff646 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-02 13:04:09 -06:00
Michael Black W9MDB 221d87c2e4 Add auto_power_off option from JTDX team
Change rig_get_vfo_info to do real calls intstead of cache
2021-03-02 13:03:30 -06:00
Michael Black W9MDB 18d50bf7c4 Add auto_power_off option from JTDX team 2021-03-02 13:02:13 -06:00
Michael Black W9MDB 8371f335cd Add modeB to caching
update rig_vfo_get_info to recognize different VFO caches
https://github.com/Hamlib/Hamlib/issues/578
2021-03-02 11:11:12 -06:00
Michael Black W9MDB 396d985261 Change rig_get_vfo_info to use only cached values
This will avoid any vfo swapping on all rigs
Apps like Log4OM can now poll VFOA and VFOB without bothering the rig at all
2021-03-02 08:36:37 -06:00
Michael Black W9MDB 5d18d9f38f Revert ax_python_devel.m4 macro to be compatible with python2
Need to do a lot of changes to make one that will work with python3
https://github.com/Hamlib/Hamlib/issues/477
2021-03-01 22:59:47 -06:00
Michael Black W9MDB b1101a564a Fix k3.c rounding
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:12:30 -06:00
Michael Black W9MDB 28f565a8ef k3.c round bandwidth to 10Hz for K4 and 50Hz for other Elecraft rigs
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:06:22 -06:00
Michael Black W9MDB 260c74653e k3.c fix get_mode for VFOB
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:02:02 -06:00
Michael Black W9MDB 2e56014426 k3.c clip bandwidth to 99999
k3.c fix set_mode for VFOB
k3.c remove passband limit checks and just let the rig do it's thing
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 16:47:47 -06:00
Michael Black W9MDB 10fbe9bd4a Change get_vfo_info to also return split
Since this is still a new call in 4.2 not considering this an API breakage
since it shouldn't be in common use yet
2021-03-01 14:56:21 -06:00
Michael Black W9MDB a5b12a1222 Fix k3.c set_mode to set VFOB correctly
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 14:55:43 -06:00
Michael Black W9MDB a568374a7e Fix error in k3.c and make k3_get_vfo work with VFOB 2021-02-28 17:31:57 -06:00
Michael Black W9MDB 1f23798efe Elecraft K rigs now only emulate VFO selection for rigctl compatibility
set_mode on VFOB should work now too
2021-02-28 17:24:37 -06:00
Michael Black W9MDB a5db433628 Elecraft K4 emulate get_vfo 2021-02-28 16:24:17 -06:00
Michael Black W9MDB d45c86cfa7 select is_k4 when model number matches -- could use K4; command also 2021-02-28 15:11:25 -06:00
Michael Black W9MDB f12b15b5ca Emulate vfo selection for Elecraft K4 2021-02-28 14:26:37 -06:00
Michael Black W9MDB 0fe5b62e6c Add K4 to elecraft.c 2021-02-28 14:02:11 -06:00
Michael Black W9MDB 635f45ef69 Remove cppcheck-suppress 2021-02-28 12:46:02 -06:00
Michael Black W9MDB f5e14a09b6 Fix cppcheck warnings in testrigcaps.c and testrigopen.c 2021-02-28 12:43:23 -06:00
Michael Black W9MDB 52703c35d5 Fix cppcheck warning in rig.c 2021-02-28 12:37:54 -06:00
Michael Black W9MDB 9fa3f59684 Fix cppcheck warning in rc2800.c 2021-02-28 12:33:07 -06:00
Michael Black W9MDB 6ad5a072c8 Fix cppcheck warning in ft980.c 2021-02-28 12:26:15 -06:00
Michael Black W9MDB 8997f0129a Fix cppcheck warning in trp8255.c 2021-02-28 12:24:51 -06:00
Michael Black W9MDB 5df06c4cbf Fix cppcheck warning in trp8255.c 2021-02-28 12:22:33 -06:00
Michael Black W9MDB 2976239f3a Improve error checking in flex6xxx.c 2021-02-28 12:19:18 -06:00
Michael Black W9MDB b4d6eb4aa2 Remove unneed rig_get_caps_long function
Keeping shared library compatibility
2021-02-28 10:23:04 -06:00
Michael Black W9MDB 7326f16291 Fix misc.c compile warning 2021-02-28 09:47:37 -06:00
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