kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
fd8c05b01d
commit
1435b155d9
|
@ -6286,6 +6286,10 @@ int newcat_get_rx_bandwidth(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t *width)
|
|||
|
||||
case 21: *width = 3200; break;
|
||||
|
||||
case 22: *width = 3500; break;
|
||||
|
||||
case 23: *width = 4000; break;
|
||||
|
||||
default: return -RIG_EINVAL;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
typedef char ncboolean;
|
||||
|
||||
/* shared function version */
|
||||
#define NEWCAT_VER "20201005"
|
||||
#define NEWCAT_VER "20201006"
|
||||
|
||||
/* Hopefully large enough for future use, 128 chars plus '\0' */
|
||||
#define NEWCAT_DATA_LEN 129
|
||||
|
|
Ładowanie…
Reference in New Issue