Wykres commitów

6784 Commity (5964e1de18f7ac77560e4f391f30cb14b98cfbb7)

Autor SHA1 Wiadomość Data
Michael Black 0575f9defd
Merge pull request #520 from dl1ycf/master
corrected tx_rangelist bug
2021-01-29 06:51:00 -06:00
c vw f38f35beeb corrected bug 2021-01-29 09:50:11 +01:00
Michael Black W9MDB 620c97fe12 Remove debug from rigctl.c 2021-01-28 14:35:53 -06:00
Michael Black W9MDB 0d6958781d Merge branch 'master' of http://github.com/Hamlib/Hamlib 2021-01-28 14:25:42 -06:00
Michael Black W9MDB 7838539a3b Add __FILENAME__ macro 2021-01-28 14:25:26 -06:00
Michael Black W9MDB 4b41c0dbfc Let flrig use 5 second timeout from rig instead of overriding it 2021-01-28 12:24:22 -06:00
Michael Black W9MDB 7b04640cea Fix read_string timeout display value 2021-01-28 12:22:52 -06:00
Michael Black W9MDB 03924db38c Modify __FILE__ to use __FILENAME__ macro to avoid full path in misc.c 2021-01-28 10:25:05 -06:00
Michael Black 58feda1a4a
Merge pull request #519 from code-posse/master
SatEL motion bugfix
2021-01-27 12:59:43 -06:00
Joshua Lynch b5a18c1732 merged upstream/master into master 2021-01-27 12:44:07 -06:00
Joshua Lynch 887b289920 fixed state bug. reconnecting would disable motion every other connect. 2021-01-27 12:40:18 -06:00
Michael Black W9MDB f2b7893a2b Another attempt to get clock_gettime compiling for all Mac flavors 2021-01-27 11:00:58 -06:00
Michael Black W9MDB 30eca94210 Change MacOS detection logic for clock_gettime to hopefully cover all flavors 2021-01-26 15:05:43 -06:00
Michael Black W9MDB 9695828b19 Merge branch 'master' of http://github.com/Hamlib/Hamlib 2021-01-26 07:29:03 -06:00
Michael Black W9MDB a81b4db9be Fix clock_gettime for Big Sur and hopefully older MacOS too 2021-01-26 07:28:55 -06:00
Nate Bargmann 610cd26085
Supply missing rotators/satel/Android.mk
The use of 'make discheck' will detect such missing files before pushing
out changes.
2021-01-26 07:12:26 -06:00
Michael Black W9MDB 921220bfa5 Update NEWS 2021-01-25 23:38:43 -06:00
Michael Black W9MDB c717bb5d76 Improve -V version info 2021-01-25 22:24:57 -06:00
Michael Black W9MDB 54fc0e10f6 Add clock change to misc.c to allow building hamlib on some mac platforms 2021-01-25 12:23:05 -06:00
Michael Black W9MDB e38c69602b astyle k3.c 2021-01-25 11:20:28 -06:00
Michael Black W9MDB 9322479117 Fix kx3/kx2 RFPOWER_METER_WATTS and buffer size 2021-01-25 11:19:32 -06:00
Michael Black 14eb9af7fe
Merge pull request #518 from code-posse/master
SatEL rotator support
2021-01-25 11:15:17 -06:00
Nate Bargmann 11be167354
Correct typo causing compilation failure 2021-01-25 07:13:26 -06:00
Joshua Lynch ed5728c321 factored io functions out.
improve reliability...i hope.
2021-01-24 23:54:07 -06:00
Michael Black W9MDB fda709c7af Change FTDX101 to 2 stop bits 2021-01-24 22:43:07 -06:00
Michael Black W9MDB 1b89407a8d Fix compilation of rigctld.c on mingw 2021-01-24 17:19:58 -06:00
Michael Black W9MDB b5c60e50fb Fix newcat.c compile error 2021-01-24 16:01:19 -06:00
Michael Black W9MDB 018c053d7b Merge branch 'master' of http://github.com/Hamlib/Hamlib 2021-01-24 12:58:53 -06:00
Michael Black W9MDB d75a23d156 Fix ftdx101d set_freq behavior depending on split mode and VFO requested 2021-01-24 12:52:44 -06:00
Michael Black W9MDB 7e6adc6d2a Prevent ftdx101d from setting frequency on the non-tx vfo when in split mode 2021-01-24 12:31:42 -06:00
Michael Black W9MDB f1fd159b9a Prevent ftdx101d from setting frequency on the non-tx vfo when in split mode 2021-01-24 12:25:29 -06:00
Michael Black W9MDB 2be172ac4e Improve robustness of rigctld
Now retries opening indefinitely
Improved client side too
Error message should now show timeout if rig disappears
2021-01-24 10:51:19 -06:00
Joshua Lynch e6fa200152 initial SatEL rotator support 2021-01-23 23:26:01 -06:00
Michael Black W9MDB c20125a264 In newcat.c prevent FT-2000 and FTDX1200 from sending BS commands on 60M but
let them send 60M FA/FB commands
2021-01-23 18:01:26 -06:00
Michael Black W9MDB e2475ac190 Disable 60m check for FT450 and FTDX5000 to see if they behave now on 60M 2021-01-23 09:32:09 -06:00
Michael Black W9MDB d58f6a1d3c Merge branch 'master' of http://github.com/Hamlib/Hamlib 2021-01-22 15:09:46 -06:00
Michael Black W9MDB 7181589c4c Change ftdx3000/5000 to reject setting freq while transmitting and cover VFOA and VFOB
More rigs will probably be added to this list
https://github.com/Hamlib/Hamlib/issues/513
2021-01-22 15:09:10 -06:00
Michael Black W9MDB 9d58b30489 Change ftdx3000/5000 to reject setting freq while transmitting
More rigs will probably be added to this list
2021-01-22 14:27:29 -06:00
Michael Black W9MDB e7b6e61ed0 astyle files prepping for 4.1 release 2021-01-22 10:41:30 -06:00
Michael Black W9MDB e1c21605f4 Restrict FTDX3000 and FTDX5000 to not set_freq on VFO while PTT_ON 2021-01-22 08:57:53 -06:00
Michael Black W9MDB de3205e2b8 Reduce debug level in newcat.c 2021-01-22 08:30:01 -06:00
Michael Black W9MDB 1fe2efb315 Reduce a debug level in serial.c 2021-01-22 08:26:03 -06:00
Michael Black W9MDB 85205abd45 Keep debug msg for rig_check_rig_caps on all the time for now 2021-01-22 07:52:15 -06:00
Michael Black W9MDB 0005733f9a Finish implementing RETURNFUNC in newcat.c 2021-01-22 07:50:44 -06:00
Michael Black W9MDB d6baea110e Add 32-bit Intel and 32-bit Arm checks to rigtestcaps.c 2021-01-21 23:54:21 -06:00
Michael Black W9MDB 63b3bfcaa4 In newcat.c try to handle the case were AI is on and we need to turn it off 2021-01-21 23:45:02 -06:00
Michael Black W9MDB c930609379 Update debug in newcat.c to add some more info 2021-01-21 23:11:20 -06:00
Michael Black W9MDB 04bb1b3e79 Add some debug for special_60m in newcat.c
FTDX3000 was not being detected correctly
2021-01-21 23:09:04 -06:00
Michael Black W9MDB b030d73144 Have FTDX3000 ignore BS02 command
Allow FTDX3000 to set 60M frequencies
2021-01-21 22:59:34 -06:00
Michael Black W9MDB 9a870577d0 Fix FTDX3000 SH commands 2021-01-21 22:42:19 -06:00