Wykres commitów

7268 Commity (a8b66955472f5964f6b04f2a69ae83bfc6bbbc1f)

Autor SHA1 Wiadomość Data
Michael Black W9MDB ab0ae7d6b1 https://github.com/Hamlib/Hamlib/issues/618 2021-03-19 11:19:15 -05:00
Michael Black W9MDB c1277b170e Fix Icom icom_get_usb_echo_off to read the freq response when echo is on
This takes into account whatever the response time of the rig is
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 22:46:45 -05:00
Michael Black W9MDB 5b74438b76 DDon't do band select on FDX3000 -- seems to have a problem putting split on all the time 2021-03-18 17:11:19 -05:00
Michael Black W9MDB b9cc75c4a0 Remove all frequency verification as it seems to create problems on some rigs
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 15:40:32 -05:00
Michael Black W9MDB b958e42a0c Fix 10Hz resolution problem with FT1000MP rigs
https://github.com/Hamlib/Hamlib/issues/616
2021-03-18 09:26:17 -05:00
Michael Black W9MDB 30eaa78034 astyle rig.c 2021-03-18 08:16:06 -05:00
Michael Black W9MDB c7c5cd81bc In rig.c change RETURNFUNC calls with functions into separate lines
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 07:09:58 -05:00
Michael Black W9MDB ab59951e97 astyle files 2021-03-17 07:56:27 -05:00
Michael Black 4201beafcd
Merge pull request #614 from mikaelnousiainen/fix-unnecessary-rig-reopen
Fix unnecessary rig re-open cycles by refactoring rigctl_parse return values
2021-03-17 07:43:37 -05:00
Mikael Nousiainen 90112b5769 First attempt at fixing rigctl_parse return values and unnecessary rig re-open cycles 2021-03-16 23:39:35 +02:00
Michael Black W9MDB 27192d0c81 Fix potential seg faults in icom.c
https://github.com/Hamlib/Hamlib/issues/612
2021-03-16 12:45:30 -05:00
Michael Black W9MDB 0942553687 Fix icom_get_raw_buf
https://github.com/Hamlib/Hamlib/issues/612#issuecomment-800404923
2021-03-16 12:29:01 -05:00
Michael Black W9MDB 5dfb3b8567 Experiment to see if build-w32.sh will build python bindings on nightly build
https://github.com/Hamlib/Hamlib/issues/201
2021-03-15 23:46:36 -05:00
Michael Black W9MDB 8817f12180 Fix rig_set_freq and set_cache_freq so if freq=0 cache is expired
https://github.com/Hamlib/Hamlib/issues/610
2021-03-15 22:55:45 -05:00
Michael Black W9MDB 3bc39aaec1 astyle files is preparation for 4.2 release 2021-03-15 17:51:22 -05:00
Michael Black W9MDB 288f82f963 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-15 11:16:45 -05:00
Michael Black W9MDB 1ba72fa725 Improve caching
https://github.com/Hamlib/Hamlib/issues/280
https://github.com/Hamlib/Hamlib/issues/606
2021-03-15 11:16:11 -05:00
Michael Black W9MDB 2ef73b49fc https://github.com/Hamlib/Hamlib/issues/280
https://github.com/Hamlib/Hamlib/issues/606
2021-03-15 11:15:41 -05:00
Michael Black 62402d1b15
Merge pull request #608 from nonoo/master
Fix warning caused by commit ac1cb518b0
2021-03-15 10:28:08 -05:00
Nonoo a4d14e6f92 Fix warning caused by commit ac1cb518b0 2021-03-15 16:21:10 +01:00
Stephane Fillod 42ebd65811 prm80: protcol evolution in firmware V5
- RSSI appended to system state ("E" command)
- new ranging for the volume value
- implement a cache handling for the system state (not V5 specific)
2021-03-15 15:13:55 +01:00
Stephane Fillod 257ae409d2 prm80: fix SQL parsing 2021-03-15 14:54:40 +01:00
Michael Black W9MDB d66e0b9807 Narrow the Icom NAK packet check to only 6 byte frames
https://github.com/Hamlib/Hamlib/issues/607
2021-03-14 16:43:17 -05:00
Michael Black W9MDB 88318e19c9 Add additional VFOS to dummy.c for cache testing
https://github.com/Hamlib/Hamlib/issues/606
2021-03-13 15:32:26 -06:00
Michael Black W9MDB dff7bdd7a7 For icom recognize bad command return packets e.g. fe fe e0 50 fa fd
https://github.com/Hamlib/Hamlib/issues/607
2021-03-13 08:03:53 -06:00
Michael Black W9MDB a42e13351b Update comments in k3.c 2021-03-12 22:51:17 -06:00
Michael Black W9MDB ee6f682963 Remove unneed NAK check on wrong location -- NAK check already being done
https://www.dropbox.com/s/q0i90h7ee1w2tnf/bin.zip?dl=0
2021-03-12 12:26:10 -06:00
Michael Black W9MDB 20e41b59ec Fix flrig close/open null return on modes
https://github.com/Hamlib/Hamlib/issues/605
2021-03-12 12:12:20 -06:00
Michael Black W9MDB 54f7a2dc70 Remove dead line in flrig.c 2021-03-12 09:12:05 -06:00
Michael Black W9MDB d816d27c74 Fix FlRig conditon where 0Hz can be returned on a network error
Was returning a bad error code
If any rig returns 0 Hz freq will be returned from cache instead
I don't think there's anytime we want a zero Hz frequency
2021-03-12 09:02:26 -06:00
Michael Black W9MDB 8202c86586 Add FlRig version info to flrig.c 2021-03-12 08:13:35 -06:00
Michael Black W9MDB 196ffb39a8 Update version in flrig.h 2021-03-11 23:05:52 -06:00
Michael Black W9MDB f01129958e Fix flrig vfo swapping when set_mode with bandwidth is done
https://github.com/Hamlib/Hamlib/issues/602
2021-03-11 23:03:53 -06:00
Michael Black W9MDB 60e9dd9742 Fix debug statement in flrig.c 2021-03-11 22:34:38 -06:00
Michael Black W9MDB f67429528b Fix debug statements in flrig.c 2021-03-11 22:31:37 -06:00
Michael Black W9MDB 8e20613771 Fix mingw bogus compiler warning 2021-03-11 13:14:42 -06:00
Michael Black W9MDB 2f40735ed7 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-11 13:12:47 -06:00
Michael Black W9MDB 0f82f0d1a8 Fix for mingw compiler bogus warning message 2021-03-11 13:12:17 -06:00
Michael Black W9MDB 6fcb7ccd37 Fixed icom ACK/NAK and frame responses
https://github.com/Hamlib/Hamlib/issues/600
2021-03-11 10:24:22 -06:00
Michael Black W9MDB 198f1cb43e Remove some cache debug 2021-03-11 08:51:30 -06:00
Michael Black W9MDB 3f83cb6b6d Reduce debug in misc.c cache info 2021-03-11 08:44:29 -06:00
Michael Black W9MDB 1d23fb6358 Fix some errors with the HAMLIB_ macro changes 2021-03-11 06:42:21 -06:00
Michael Black W9MDB fd0c8cba7c Another attempt to get MacOS python2 binding working
https://github.com/Hamlib/Hamlib/issues/477
2021-03-10 23:45:38 -06:00
Michael Black W9MDB 8407fcf6c1 FT1000MP set_vfo updates internal state
https://github.com/Hamlib/Hamlib/issues/597
2021-03-10 14:35:38 -06:00
Michael Black W9MDB 2d975feb62 Default FT1000MP rigs to VFOA as we are just emulating VFOs
https://github.com/Hamlib/Hamlib/issues/597
2021-03-10 14:33:19 -06:00
Michael Black W9MDB 803a8d9e5e Fix icom.c logic to not reject good answers
https://github.com/Hamlib/Hamlib/issues/596
2021-03-10 11:49:47 -06:00
Michael Black W9MDB 7b58661d12 Fix RETURNFUNC -- when RETURNFUNC(function) was used is was calling the function multiple times
https://github.com/Hamlib/Hamlib/issues/595
2021-03-10 08:24:33 -06:00
Michael Black W9MDB 74a10af560 Increase msg size 2021-03-09 17:29:29 -06:00
Michael Black W9MDB f7f6ea318e Fix compilation warning 2021-03-09 17:22:44 -06:00
Michael Black W9MDB 0405375a1e Fix rig.h compile error 2021-03-09 17:18:45 -06:00