[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 2f2322068e308ce704e83
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-04-12 14:32:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 2f2322068e308ce704e8359571047cc2afe80b93 (commit) from ec813ae57d872f9c67784cd192385f3f2edb5ed1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2f2322068e308ce704e8359571047cc2afe80b93 Author: Mike Black W9MDB <mdb...@ya...> Date: Mon Apr 12 09:31:53 2021 -0500 Update Radant rotator https://github.com/Hamlib/Hamlib/pull/658 diff --git a/NEWS b/NEWS index fede7ed1..ccf0f3eb 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ Please send Hamlib bug reports to ham...@li... Version 4.2 * 2021-04-06 + * Added Radan rotator * Added Malachite SDR * Major rework for PRM80 * Add twiddle_timeout and twiddle_rit --set-conf options diff --git a/rotators/radant/radant.c b/rotators/radant/radant.c index 351aadc7..c9b7d7eb 100644 --- a/rotators/radant/radant.c +++ b/rotators/radant/radant.c @@ -180,8 +180,8 @@ radant_rot_stop(ROT *rot) const struct rot_caps radant_rot_caps = { ROT_MODEL(ROT_MODEL_RADANT), - .model_name = "Radant", - .mfg_name = "Hamlib", + .model_name = "AZ-1/AZV-1", + .mfg_name = "Radant", .version = "20210409.0", .copyright = "LGPL", .status = RIG_STATUS_BETA, ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + rotators/radant/radant.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |