Wykres commitów

9299 Commity (2a30396d70dda90ae8e2218bf761b0ffc7ee5e8d)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 6f9d057162 astyle files getting ready for release 2022-05-13 16:50:13 -05:00
Mike Black W9MDB 2f638a10bf Fix compile warning in password.c for mingw64 2022-05-13 16:48:21 -05:00
Mike Black W9MDB 81d0c3c768 Remove sys/time.h include from rig.h -- not needed
Remove redundant semicolon from rig_debug macro and fix rig_debug's without a semicolon
Some more work on settings and password control -- still in work
https://github.com/Hamlib/Hamlib/issues/813
https://github.com/Hamlib/Hamlib/issues/985
2022-05-13 16:41:59 -05:00
Mike Black W9MDB 3096ad8b68 Add rig_settings_load_all to misc.h 2022-05-13 16:31:22 -05:00
Mike Black W9MDB d0fa5d7776 Small change to rig_vfo_op in rig.c 2022-05-13 16:30:05 -05:00
Mike Black W9MDB 80043d437c Update simkenwood and simyaesu 2022-05-13 16:27:18 -05:00
Mike Black W9MDB c63a71601a Fix newcat_get_mode for C4FM and PKTFMN
https://github.com/Hamlib/Hamlib/issues/1027
2022-05-13 15:19:04 -05:00
Mike Black W9MDB 49cbc18e19 Fix missing semicolon in rig.c and rigctl_parse.c 2022-05-13 11:09:30 -05:00
Mike Black W9MDB 066978ed15 Fix missing semicolon in newcat.c 2022-05-13 11:07:39 -05:00
Mike Black W9MDB ed1f0a22dc Fix missing semicolon in icom.c 2022-05-13 11:06:53 -05:00
Mike Black W9MDB cc73447d7c Fix missing semicolon in codan.c 2022-05-13 11:06:21 -05:00
Mike Black W9MDB 4bf2a8a2b8 Fix missing semicolon in k3.c 2022-05-13 11:03:55 -05:00
Mike Black W9MDB 1063540765 Fix show_DCB in termios.c 2022-05-13 10:32:17 -05:00
Mike Black W9MDB 3a569fcde1 Add vfo_op to PowerSdr 2022-05-12 17:47:16 -05:00
Mike Black W9MDB 2aa8d4b675 Add some debug to rig.c 2022-05-12 11:09:46 -05:00
Mike Black W9MDB 11ffd603ab Add VFO_OP to PowerSDR for BAND_UP and BAND_DOWN 2022-05-12 09:44:00 -05:00
Mike Black W9MDB 45208df8c6 Fix misspelling in rigctl_parse.c 2022-05-11 22:58:46 -05:00
Mike Black W9MDB 1f5f808057 Update simelecraft.c 2022-05-11 16:46:17 -05:00
Mike Black W9MDB 6ad3ace726 Add FUNC_MUTE to K4 in k3.c 2022-05-11 16:36:02 -05:00
Mike Black W9MDB 71407bbf1d Add debug to show file handle in rigctl_parse
https://github.com/Hamlib/Hamlib/issues/1026
2022-05-11 11:53:20 -05:00
Mike Black W9MDB 019faf3b6a Add BU/BD commands to newcat.c validated with FA to get frequency of new band
https://github.com/Hamlib/Hamlib/issues/1026
2022-05-11 10:27:29 -05:00
Mike Black W9MDB a22787393f Add debug to rigctl_parse.c to chase down fscanf problem with node-red on some commands 2022-05-10 12:20:54 -05:00
Mike Black W9MDB e76cd71454 Add RIG_PASSBAND_NOCHANGE to dummy device 2022-05-10 12:20:18 -05:00
Mike Black W9MDB af8b0d57e9 Change debug in set_powerstat 2022-05-09 09:13:26 -05:00
Mike Black W9MDB c107fd4af3 Fix rig_flush in rig.c 2022-05-09 07:30:21 -05:00
Mike Black W9MDB 8865bf6c66 Add rig_flush in newcat.c during set_powerstat 2022-05-09 07:25:39 -05:00
Mike Black W9MDB 434d28cd9a Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-09 07:11:47 -05:00
Mike Black W9MDB 22d4009327 Add flush to set_powerstat to avoid any queued data during power operations 2022-05-09 07:11:01 -05:00
Michael Black e4d7dbf24c
Merge pull request #1024 from classabbyamp/musl-fix
prm80: fix on musl
2022-05-08 11:02:35 -05:00
classabbyamp e9d9cb9eab
prm80: fix on musl
to use timeval with musl libc, sys/time.h must be included.
2022-05-08 11:52:08 -04:00
Mike Black W9MDB ab499d31eb Double up the PS0; command in newcat.c too 2022-05-08 06:44:29 -05:00
Mike Black W9MDB 1dd915a706 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-08 06:37:32 -05:00
Mike Black W9MDB e661642a7d Update Kenwood PS1 command to send PS1; twice instead of '\n' then PS1; 2022-05-08 06:36:50 -05:00
Mike Black W9MDB f0f96dd5ce Improve simyaesu.c 2022-05-07 22:53:08 -05:00
Mike Black W9MDB f0c84aa338 Bump up debugmsgsave size to prevent compilation warning 2022-05-07 17:49:50 -05:00
Mike Black W9MDB 80fb97b433 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-07 17:37:15 -05:00
Mike Black W9MDB ddf0be7b72 Fix rig->state.rx_vfo and tx_vfo for Elecraft K4 2022-05-07 17:35:17 -05:00
Michael Black ca53b02dcd
Merge pull request #1023 from orbea/tcl
bindings: Fix tcl build with slibtool
2022-05-07 16:57:36 -05:00
orbea 4fa9a211ad bindings: Fix tcl build with slibtool 2022-05-06 22:12:18 -07:00
Mike Black W9MDB c774a05be4 Revert "Merge pull request #1022 from orbea/tcl"
This merge breaks the default tcl build as it can't find the
This reverts commit 4d919ec454, reversing
changes made to 279bc84dfe.
This patch breaks the default tcl build as it can't find Tcl pkgconfig
configure: error: Unable to find Tcl pkgconfig
2022-05-06 23:08:47 -05:00
Michael Black 4d919ec454
Merge pull request #1022 from orbea/tcl
bindings: Fix tcl build with slibtool
2022-05-06 22:16:14 -05:00
orbea 9dfbd235af bindings: Fix tcl build with slibtool 2022-05-06 17:13:39 -07:00
Mike Black W9MDB 279bc84dfe Restrict extra 100ms time in k4_set_ptt to PTT_OFF 2022-05-06 13:35:04 -05:00
Mike Black W9MDB 6cc4aefdb0 Add 100ms more time to end of k4_set_ptt.
Had one report of K4 infrequently not returning to RX from TX when in Fake It mode.
Suspect a little more time is needed between TQ0; response and FA freq set
2022-05-06 13:31:34 -05:00
Mike Black W9MDB c0d298f0eb Change k4_set_ptt to remove infinite loop when REC is in use
https://github.com/Hamlib/Hamlib/issues/1021
2022-05-05 22:20:31 -05:00
Mike Black W9MDB 5259102cf1 Add detection of set_bwA to flrig.c 2022-05-04 17:46:40 -05:00
Mike Black W9MDB 24c7a0042a Fix newcat.c error 2022-05-04 16:23:42 -05:00
Mike Black W9MDB a079655290 Don't ask for VS command for some Yaeus rigs -- unnecessary warning occurs 2022-05-04 15:58:45 -05:00
Mike Black W9MDB 8bf1e7c649 Update NEWS 2022-05-04 15:54:29 -05:00
Mike Black W9MDB cc7d9cd78d Remove redundant code in flrig.c 2022-05-04 15:43:01 -05:00