Wykres commitów

886 Commity (88fce980df31ddf9f8b772c4584f453843841dcb)

Autor SHA1 Wiadomość Data
Michael Black W9MDB c939f1a83a Add missing levels for IC746/Pro RIG_LEVEL_RFPOWER_METER|RIG_LEVEL_RFPOWER_METER_WATTS|RIG_LEVEL_SWR|RIG_LEVEL_ALC 2025-02-05 08:01:14 -06:00
Michael Black W9MDB a985b50eea Fix IC9100 rigctld startup where it was starting on VFOA and ending up on VFOB
https://github.com/Hamlib/Hamlib/issues/1656
2025-01-15 08:11:02 -06:00
Michael Black W9MDB 8636901bf3 Fix IC746 and IC746PRO set mode to not use data byte 2025-01-07 16:56:52 -06:00
Michael Black W9MDB 1ad817dea9 Remove get_powerstat from IC7800 -- rig does not support querying power status 2025-01-06 07:14:21 -06:00
Michael Black W9MDB 181831bbd8 Revert "Remove get_powerstat from ic785x.c -- rig does not support querying power status"
Wrong rig
This reverts commit 61f3a817d3.
2025-01-05 16:46:30 -06:00
Michael Black W9MDB 61f3a817d3 Remove get_powerstat from ic785x.c -- rig does not support querying power status 2025-01-05 16:43:53 -06:00
George Baltz N3GB 8589d5c6bc Fix unbalanced ENTERFUNC/RETURNFUNC pairs in icom.c
Also tweak comments/formats to eliminate false positives in code base
   (except for the Catch-22 ones in tests/func_chk.c itself)
2024-12-22 16:48:56 -05:00
Michael Black W9MDB 8f0e9909da astyle icom.h and update icom date 2024-12-03 15:32:08 -06:00
Michael Black W9MDB 3e0a9eeae7 Fix icom filter selection and bandwidth limits 2024-12-03 15:31:16 -06:00
Daniele Forsi IU5HKX e480bc7479 Fix typos 2024-12-01 21:59:11 +01:00
Michael Black W9MDB ab2b5fb9e9 Fix IC7760 civ address 2024-11-27 12:30:27 -06:00
Michael Black W9MDB dc7bbeca34 Fix civ address for IC7760 2024-11-27 12:28:59 -06:00
Michael Black W9MDB d86f0db383 Fix 10GHz power watts for IC9700 2024-11-27 12:10:48 -06:00
Michael Black W9MDB 3f90a9323e Update POWER_METER values for IC7700 and IC7760 2024-11-27 12:07:03 -06:00
Michael Black W9MDB 610581ca95 Some updates to IC7760 2024-11-27 10:47:34 -06:00
Michael Black W9MDB 8ee3c9fa64 Add ic7760.c 2024-11-26 23:44:45 -06:00
Michael Black W9MDB a94e2948f5 Add IC7760 Alpha 2024-11-26 23:38:19 -06:00
Mike Black W9MDB fbdb665620 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2024-11-24 22:30:38 -06:00
Daniele Forsi IU5HKX 6adfce0305 Fix typos in messages 2024-11-24 19:24:35 +01:00
Daniele Forsi IU5HKX 6036a65d2e Fix typos in comments 2024-11-24 19:24:35 +01:00
Mike Black W9MDB d640511b20 astyle icom.c 2024-11-21 11:06:52 -06:00
Mike Black W9MDB 3f52611709 Fix IC9700 WATTS measurement when freq > 1GHz 2024-11-21 11:06:21 -06:00
Mike Black W9MDB fbcd0f1667 Update async detection in icom.c 2024-11-11 17:20:53 -06:00
Mike Black W9MDB 320daa975a Ignore icom fe fe 01 packets 2024-11-11 17:14:56 -06:00
Mike Black W9MDB 22c0001320 Another IC-PW2 change 2024-11-11 17:01:11 -06:00
Mike Black W9MDB 3bd462308c Another IC-PW2 try 2024-11-11 16:55:12 -06:00
Mike Black W9MDB 356776f4bf Another fix for IC-PW2 2024-11-11 16:48:54 -06:00
Mike Black W9MDB 27643a9a0e Another fix for IC-PW2 2024-11-11 16:32:04 -06:00
Mike Black W9MDB 7a98365c15 Other file for IC-PW2 fix 2024-11-11 16:27:20 -06:00
Mike Black W9MDB 473a77406e Fix for async packet from IC-PW2 amplifier 2024-11-11 16:26:15 -06:00
Mike Black W9MDB 5c269964c2 astyle files in preparation for release 4.6 2024-11-06 08:07:34 -06:00
Mike Black W9MDB 49e870cfb8 Remove collision_retry=0 in icom/frame.c -- was causing a loop when random data received
https://github.com/Hamlib/Hamlib/issues/1604
2024-10-30 16:41:29 -05:00
Mike Black W9MDB 5b1df09ad0 Fix segfault in icom.c when range_list is NULL 2024-10-30 08:21:37 -05:00
Mike Black W9MDB aa6d028b73 Promote IC2730 to stable 2024-10-26 09:49:39 -05:00
Mike Black W9MDB e3b067307a Fix icom width filter using 1,2,3 for all modes 2024-10-25 12:11:50 -05:00
Mike Black W9MDB f6b8bdabe8 Allow 1,2,3 width usage for all modes in icom.c 2024-10-20 11:28:44 -05:00
Mike Black W9MDB c02cf9726f Fix compile warning on icom.c fm_filters 2024-10-18 09:30:19 -05:00
Mike Black W9MDB 41eb2b076c Fix IC7300 set mode FM
Allow IC7300 to use width of 1,2,3 to select filter
2024-10-13 16:10:00 -05:00
Mike Black W9MDB 327517a881 Remote get_ts from ic707.c -- rig does not support it
https://github.com/Hamlib/Hamlib/issues/1617
2024-10-10 22:58:12 -05:00
Mike Black W9MDB c01e55b09b Change icom_scan to use vfo argument to set vfo -- default VFO_CURR to just switching to vfo mode
https://github.com/Hamlib/Hamlib/issues/1619#issuecomment-2402159608
2024-10-09 08:35:59 -05:00
Mike Black W9MDB 2a7d5387ee Change icom_scan VFO to just switch to VFO mode instead of VFOA
https://github.com/Hamlib/Hamlib/issues/1619#issuecomment-2402159608
2024-10-09 08:30:55 -05:00
Mike Black W9MDB baf2897e76 Add SCAN_VFO to icom.c and fix ic707.c to support correct scan modes 2024-10-07 08:11:31 -05:00
Mike Black W9MDB 53a3d86353 Fix async detection in icom.c 2024-10-05 14:48:09 -05:00
Mike Black W9MDB e5c8117cea Add STOP and VFO to IC707 scan operations
https://github.com/Hamlib/Hamlib/issues/1619
2024-10-04 16:28:32 -05:00
Mike Black W9MDB e55c7dd840 Change IC910 to use IC9700 set_vfo routine 2024-10-04 15:38:24 -05:00
Mike Black W9MDB 07e490eada Add set_ts and get_ts to IC707
https://github.com/Hamlib/Hamlib/issues/1617
2024-10-03 22:23:46 -05:00
Mike Black W9MDB f33aa9a712 Fix IC707 tuning steps and memory items
Add MEM_SPLIT
2024-10-01 22:31:16 -05:00
Mike Black W9MDB 141ca8bf3f Fix r8500 tuning steps 2024-10-01 22:30:06 -05:00
Mike Black W9MDB f63b60a866 Ensure satmode flag is set in icom.c 2024-09-22 10:31:04 -05:00
Mike Black W9MDB 76a1a589c9 Fix icom_power2mW to use the rig's max_power for the band/mode 2024-09-15 23:58:46 -05:00