Wykres commitów

1500 Commity (068544eccbf3aaa6dfc3855bb6b243f5326f60ed)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 068544eccb Fix icom_set_mode_with_data to also set filter width
https://github.com/Hamlib/Hamlib/issues/811
2021-10-02 23:17:36 -05:00
Mike Black W9MDB 0018422d46 Add another check for icom_set_mode to skip if both mode and width are not changing 2021-10-02 22:59:19 -05:00
Mike Black W9MDB eadd1da009 Fix IC7300 (and other Icoms) set/get_dsp_filter
All Icoms will now try the 1A 03 command once and if it is rejected won't try again.
https://github.com/Hamlib/Hamlib/issues/811
2021-10-02 17:33:21 -05:00
Mike Black W9MDB a5ad107c63 Adding NOTES.txt to rig model directories to keep track of rig behaviors
This could be turned into a help facility eventually
2021-09-30 09:10:45 -05:00
Mike Black W9MDB a2b3a8d67e Disable icom_get_vfo as user twiddling VFO knob does not work while polling
current_vfo is still determined at startup
 https://github.com/Hamlib/Hamlib/issues/806
2021-09-29 05:46:53 -05:00
Mike Black W9MDB 8399b4b4dc For Icom get_vfo make the same change as last commit for other Icom rigs
https://github.com/Hamlib/Hamlib/issues/806
2021-09-28 14:06:50 -05:00
Mike Black W9MDB 3a76cb1b40 For Icom get_vfo when freqs are equal will only check vfo 1 time
This means get_vfo will not follow rig button pushes when freqs are equal
https://github.com/Hamlib/Hamlib/issues/806
2021-09-28 12:01:50 -05:00
Mike Black W9MDB f076d135bc Fix FT100 reading of power when in split mode
https://github.com/Hamlib/Hamlib/issues/808
2021-09-28 07:07:54 -05:00
Mike Black W9MDB de5cb713f0 Align some more code 2021-09-26 23:45:26 -05:00
Mike Black W9MDB 9c272dd5f7 Align some code 2021-09-26 23:39:37 -05:00
Mike Black W9MDB aae3ec4996 Allow IC-7300 and many other Icom rigs to find current vfo on startup
Icom rigs that do not have 0x25 or XCHG cannot do this yet which are older Icom rigs
XCHG rigs cannot get_vfo while transmitting but 0x25 rigs can
https://github.com/Hamlib/Hamlib/issues/806
2021-09-26 17:03:47 -05:00
AuroraRAS 782ad2a034 make the Android.mk files adapt to multi arch 2021-09-25 07:03:23 +08:00
Mike Black W9MDB 421c6e7c4e Fix icom.c get_mode to not ask for unselected VFO when VFO_CURR is requested
https://github.com/Hamlib/Hamlib/issues/806
2021-09-22 10:40:56 -05:00
Mike Black W9MDB a94dcddcf4 Fix ICOM request for VFOB info when VFOB is active vfo
https://github.com/Hamlib/Hamlib/issues/806
2021-09-21 12:17:17 -05:00
Michael Black 3fb38741aa
Merge pull request #805 from wutje/fix_yaesu_detect
Fix Yaesu and Adat detect
2021-09-20 16:31:56 -05:00
Wouter van Gulik 0ad5f4c3db Drop debug printf 2021-09-20 23:19:59 +02:00
Wouter van Gulik 8024fba14d Fix bug yaesu and adat probe:
Yaesu probe code never left the loop, even if it did find something.
Adat tried stop_bits 0, which serial_setup rightfully refused.
THIS IS UNTESTED.
2021-09-20 23:06:25 +02:00
Mike Black W9MDB f7ca1a90fd Fix FTDX9000 METER reading the right way
https://github.com/Hamlib/Hamlib/issues/755
2021-09-20 00:03:02 -05:00
Mike Black W9MDB f8db0b2a36 Fix FTDX9000 METER readings
https://github.com/Hamlib/Hamlib/issues/755
2021-09-19 23:56:38 -05:00
Mike Black W9MDB e5aa78c396 Fix FTDX9000 METER_TEMP
Change return codes for meters to RIG_ENAVAIL
https://github.com/Hamlib/Hamlib/issues/755
2021-09-19 23:49:06 -05:00
Mike Black W9MDB 912bfb4d5b Promote IC781 to stable 2021-09-18 09:36:29 -05:00
Mike Black W9MDB 1cdc387bc4 Promote Orion Tentec 599 Eagle to stable 2021-09-18 08:45:55 -05:00
Mike Black W9MDB e49693af08 Update version in flrig.c to match format of all others 2021-09-18 06:00:35 -05:00
Mike Black W9MDB c2117ce140 Fix Xiegu spelling in x108g.c 2021-09-17 22:16:10 -05:00
Mike Black W9MDB 696a55a968 Promote FTDX10 to stable 2021-09-17 09:25:50 -05:00
Mike Black W9MDB 1586a92b63 Prompt FT980 to stable 2021-09-17 09:01:53 -05:00
Mike Black W9MDB f01a9647d0 Prompt TenTec Orion to stable 2021-09-17 09:00:23 -05:00
Mike Black W9MDB 17bbd2f602 Update version date in ft817.c 2021-09-16 15:57:37 -05:00
Wouter van Gulik 345729421d ft817: Only set the VFO after a successful read. 2021-09-16 22:43:12 +02:00
Wouter van Gulik 7d605c86bd Split on/off is used so drop comment saying it is not yet 2021-09-16 22:43:12 +02:00
Wouter van Gulik 759cbbed3b ft817.c: Improve get_ptt by fetching TX_STATUS explicitly, instead of
doing a manual cache timeout.
Also be consistent: if we allow set_ptt to be rejected then also allow
get_tx_status en get_ptt to be rejected without failing.
Stop settings ptt_response to -1; it is only set when we got a reply so
it is a sane value or the default, no need set it again.
2021-09-16 22:43:05 +02:00
Wouter van Gulik 90f27ac7aa ft817.c: Use ft817_get_ptt instead of open coding it. 2021-09-16 22:42:07 +02:00
Wouter van Gulik 34492271bc ft817.c: Only get dig mode when needed.
This improves getting frequency and mode because we can skip reading EEPROM
 if not needed.
2021-09-16 22:42:07 +02:00
Mike Black W9MDB 388294c3d6 Fix RIG_STATUS_STABLE misspelling 2021-09-15 13:50:31 -05:00
Mike Black W9MDB 8cc59cca3b Rigs have been at BETA status forever so promoting all to STABLE 2021-09-15 13:44:42 -05:00
Mike Black W9MDB 7561642898 Turns out thd72 has a mini USB so may take hardware flow control 2021-09-15 13:36:45 -05:00
Mike Black W9MDB efb57f9a10 Change hardware flow back to xonxoff for THD72
Promote all TH rigs to stable
2021-09-15 08:57:34 -05:00
Mike Black W9MDB 9b618b6f47 Patch from Stephen McCallum for THD72 change to hardware flow 2021-09-14 22:18:35 -05:00
Mike Black W9MDB 1a7a7a5ae7 Fix flrig modeMap loop to ignore NULL entries
https://github.com/Hamlib/Hamlib/issues/798
2021-09-14 11:29:07 -05:00
Mike Black W9MDB 8ab0f0167d Make flrig compatible with older versions e.g. 1.3.42 on RPi
https://github.com/Hamlib/Hamlib/issues/798
2021-09-14 10:02:21 -05:00
Mike Black W9MDB 0f2a92b2de Change kenwood to only set VFOA default on 1st rig_open call
https://github.com/Hamlib/Hamlib/issues/797
2021-09-13 13:13:12 -05:00
Mike Black W9MDB ad2418577a Fix compile warning in ft1000mp.c 2021-09-13 08:54:27 -05:00
Mike Black W9MDB dcb85aa52a Fix debug print in ft817.c 2021-09-11 10:39:51 -05:00
Mike Black W9MDB 90cb1239d1 Remove unneeded RETURNFUNC in ft1000mp.c 2021-09-11 10:36:32 -05:00
Mike Black W9MDB 86a8e6baf5 Bump version in rx331.c 2021-09-11 10:24:42 -05:00
Mike Black W9MDB d9db709963 Remove overlapping union references in rx331.c 2021-09-11 10:24:07 -05:00
Mike Black W9MDB 7bae5bbd3d Add const declaration to omnivii.c 2021-09-11 10:15:44 -05:00
Mike Black W9MDB 9b15316bd1 Remove unneeded clause and add const declaration in jupiter.c 2021-09-11 10:11:54 -05:00
Mike Black W9MDB f852b1c645 Remove unneeded clause from ra37xx.c 2021-09-11 10:09:17 -05:00
Mike Black W9MDB a7ac90e76e Add needed return in ts890s.c 2021-09-11 09:59:39 -05:00