From 9f80d8f21dbf29d31f0d2dba4982b01c744aecc1 Mon Sep 17 00:00:00 2001 From: mdblack98 Date: Wed, 6 May 2020 15:23:14 -0500 Subject: [PATCH] Readd RIG_MODE_FM to newcat.c https://github.com/Hamlib/Hamlib/issues/239 --- rigs/yaesu/newcat.c | 2 +- rigs/yaesu/newcat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 946926e8c..6f8057f6f 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -5194,7 +5194,7 @@ int newcat_set_rx_bandwidth(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width) case RIG_MODE_AM: - //case RIG_MODE_FM: // Can you set passband on FM or FMN for FT991? Returns error for now. + case RIG_MODE_FM: case RIG_MODE_PKTFM: if (width < rig_passband_normal(rig, mode)) { diff --git a/rigs/yaesu/newcat.h b/rigs/yaesu/newcat.h index a83ab1395..2d8a37dc3 100644 --- a/rigs/yaesu/newcat.h +++ b/rigs/yaesu/newcat.h @@ -50,7 +50,7 @@ typedef char ncboolean; /* shared function version */ -#define NEWCAT_VER "20200404" +#define NEWCAT_VER "20200506" /* Hopefully large enough for future use, 128 chars plus '\0' */ #define NEWCAT_DATA_LEN 129