Michael Black
|
74b4d7beb6
|
Merge pull request #1091 from dforsi/fix/unused-includes
Fix/unused includes
|
2022-07-24 11:44:01 -05:00 |
Daniele Forsi IU5HKX
|
7a132e2703
|
Remove unused includes
Removes includes of stdio.h stdlib.h string.h unistd.h
|
2022-07-24 17:08:57 +02:00 |
Daniele Forsi IU5HKX
|
34018600ee
|
Remove unused includes of math.h
|
2022-07-23 18:39:55 +02:00 |
Mike Black W9MDB
|
5f7b56801b
|
Prevent Flex F6K from asking for VFOB at startup
|
2022-07-23 11:32:11 -05:00 |
Daniele Forsi IU5HKX
|
4dfe46edbb
|
Remove unused includes related to times and dates
Removes includes of time.h sys/time.h hamlibdatetime.h
|
2022-07-23 18:12:10 +02:00 |
Mike Black W9MDB
|
b7cbd39d1d
|
Make HAMLIB_SETTINGS_FILE global
|
2022-07-23 10:39:14 -05:00 |
Mike Black W9MDB
|
8e9dea8ca9
|
Fix compile warning in gemini.c
|
2022-07-22 22:38:04 -05:00 |
Mike Black W9MDB
|
ff15e141ef
|
Fix termios.c warnings
|
2022-07-22 22:36:47 -05:00 |
Mike Black W9MDB
|
05941406da
|
This broke Icom rigs.
Revert "Improve debug output on icom_get_vfo to note Icom's inability to get current vfo"
This reverts commit 02b2dad5b0 .
|
2022-07-22 15:51:22 -05:00 |
Mike Black W9MDB
|
02b2dad5b0
|
Improve debug output on icom_get_vfo to note Icom's inability to get current vfo
|
2022-07-22 12:57:11 -05:00 |
Mike Black W9MDB
|
1c0655a9f5
|
Reduce a couple of debug statements from ERROR to VERBOSE
|
2022-07-22 12:43:22 -05:00 |
Mike Black W9MDB
|
72c6bbf2c3
|
Allo chk_vfo and dump_caps while rig power is off
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-20 22:26:18 -05:00 |
Mike Black W9MDB
|
4677fb16d4
|
Change FTDX5000 to RIG_PTT_RIG_MICDATA and add logic to newcat.
|
2022-07-19 23:25:56 -05:00 |
Mike Black W9MDB
|
4627e7c4fb
|
Update kenwood rig->state.tx_vfo in kenwood_get_split_vfo_if
https://github.com/Hamlib/Hamlib/issues/1083
|
2022-07-19 13:25:28 -05:00 |
Mike Black W9MDB
|
f4f7bc9081
|
Allow rigctl/rigctld to timeout faster on startup
https://github.com/Hamlib/Hamlib/issues/1087
|
2022-07-18 09:51:45 -05:00 |
Mike Black W9MDB
|
67248edfb8
|
Allow Omni VII to timeout faster
https://github.com/Hamlib/Hamlib/issues/1087
|
2022-07-18 09:51:00 -05:00 |
Mike Black W9MDB
|
bceac4b401
|
Remove debug statements
https://github.com/Hamlib/Hamlib/issues/1087
|
2022-07-18 08:01:51 -05:00 |
Mike Black W9MDB
|
6d329131af
|
Fix rigctld
https://github.com/Hamlib/Hamlib/issues/1087
|
2022-07-17 23:39:14 -05:00 |
Mike Black W9MDB
|
946408e0de
|
Promote FDM-DUO to STABLE
|
2022-07-17 11:25:29 -05:00 |
Mike Black W9MDB
|
cbef79b873
|
Make rigctld powerstat query only when able and ETIMEOUT occurs
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-17 08:31:15 -05:00 |
Mike Black W9MDB
|
cc7c5961a0
|
Fix rig_cache to fix up RIG_VFO_OTHER when requested.
https://github.com/Hamlib/Hamlib/issues/1086
|
2022-07-16 10:53:03 -05:00 |
Mike Black W9MDB
|
d9c7fda5c9
|
Add global rig_powerstat so other rigctld clients can see powerstat
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-16 07:54:27 -05:00 |
Mike Black W9MDB
|
ea9257db45
|
Add get_powerstat when rigctld gets an error in case rig gets powered off
|
2022-07-15 23:59:18 -05:00 |
Mike Black W9MDB
|
4d41dd140f
|
Add some #ifdefs for future Apple support if needed
https://github.com/Hamlib/Hamlib/issues/985
|
2022-07-15 17:43:23 -05:00 |
Mike Black W9MDB
|
8be68aacff
|
Default rig->state.powerstat to RIG_POWER_ON in rig_init
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-15 16:41:18 -05:00 |
Mike Black W9MDB
|
ccea73e631
|
Add set_powerstat and get_powerstat to PowerSDR
|
2022-07-15 16:25:36 -05:00 |
Mike Black W9MDB
|
93ca57a555
|
Only check power on if backend has rig_get_powerstat
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-15 16:16:11 -05:00 |
Mike Black W9MDB
|
74aba61978
|
Default rig_get_powerstat to RIG_POWER_ON when function is not available
https://github.com/Hamlib/Hamlib/issues/1085# Please enter the commit message for your changes. Lines starting
|
2022-07-15 16:09:49 -05:00 |
Mike Black W9MDB
|
0e2ec27646
|
Default to powerstat=RIG_POWER_ON
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-15 16:06:06 -05:00 |
Mike Black W9MDB
|
d0c615ae43
|
Added EPOWER error return when rig is powered off
Only set_powerstat will be accepted and rig will be polled for powerstat
https://github.com/Hamlib/Hamlib/issues/1085
|
2022-07-15 15:41:23 -05:00 |
Mike Black W9MDB
|
668db3a0e2
|
Update rigctlcom information
|
2022-07-14 16:55:24 -05:00 |
Mike Black W9MDB
|
30884ae47e
|
Add amp_set_level and amp_set_ext_level
|
2022-07-14 08:14:41 -05:00 |
Mike Black W9MDB
|
71f5766d57
|
Really fix the k3.c compilation warning
|
2022-07-14 06:54:56 -05:00 |
Mike Black W9MDB
|
1566ceae35
|
Fix 2nd vfonum warning in tmd710.c
|
2022-07-13 09:32:04 -05:00 |
Mike Black W9MDB
|
d0a09d49cc
|
Fix vfonum in tmd710.c
|
2022-07-13 09:31:01 -05:00 |
Mike Black W9MDB
|
94338d46dd
|
Fix compilation warning in k3.c
|
2022-07-13 09:24:01 -05:00 |
Mike Black W9MDB
|
2835c431df
|
Change ft857_set_freq to use ft857_get_ptt instead of rig_get_ptt
Should be able to get transmit status using ptt=None and Signalink VOX PTT
https://github.com/Hamlib/Hamlib/issues/1084
|
2022-07-12 17:52:49 -05:00 |
Mike Black W9MDB
|
363219e60a
|
Add Gemini DX-1200 HF-1K amplifier
|
2022-07-10 17:05:44 -05:00 |
Mike Black W9MDB
|
7b49921468
|
Update levels in kpa1500
|
2022-07-10 17:03:56 -05:00 |
Mike Black W9MDB
|
a331b59f5f
|
Fix failure of 2nd rig_init call
Issue #735 is still fixed
https://github.com/Hamlib/Hamlib/issues/735
https://github.com/Hamlib/Hamlib/issues/1081
|
2022-07-09 23:46:39 -05:00 |
Mike Black W9MDB
|
e5ba9c401a
|
Force FTDX5000 to 100ms CAT TIME OUT TIMER
https://github.com/Hamlib/Hamlib/issues/1080
|
2022-07-09 07:40:59 -05:00 |
Mike Black W9MDB
|
0ec9622433
|
Interactive rigctld clients will now flush the line when a VFO error is encountered
https://github.com/Hamlib/Hamlib/issues/1041
|
2022-07-08 16:21:34 -05:00 |
Mike Black W9MDB
|
9f3314085a
|
Reduce hamlib_settings to VERBOSE instead of ERR
|
2022-07-08 11:43:54 -05:00 |
Mike Black W9MDB
|
b1369f9458
|
Fix ic9700 segfault
https://github.com/Hamlib/Hamlib/issues/1078
|
2022-07-07 22:10:49 -05:00 |
Michael Black
|
8acbef68ae
|
Merge pull request #1077 from dforsi/fix/typos
Fix spelling errors
|
2022-07-07 17:48:35 -05:00 |
Daniele Forsi IU5HKX
|
08c06aea14
|
Fix spelling errors
Fixed with:
codespell --summary --skip=.git,extra,,lib,macros,security --ignore-words-list="ans,ba,cant,develope,fo,get's,nin,numer,parm,parms,setts,som,statics,ths,ue,vektor,objext" --write-changes --interactive=2
and manual editing.
|
2022-07-07 23:56:22 +02:00 |
Mike Black W9MDB
|
0e79b25655
|
Fix .hamlib_settings path when home==null
https://github.com/Hamlib/Hamlib/issues/985
|
2022-07-07 07:42:21 -05:00 |
Mike Black W9MDB
|
28e3ed2c37
|
Update build instructions for MSVC
|
2022-07-06 13:07:28 -05:00 |
Mike Black W9MDB
|
994d7a2ca6
|
Fix RTS PTT working with rigctld
https://github.com/Hamlib/Hamlib/issues/1074
Was fixed by this patch
fc6e432143
|
2022-07-06 08:33:14 -05:00 |
Mike Black W9MDB
|
6019873b66
|
Update simkenwood.c
|
2022-07-06 06:45:07 -05:00 |