Add 60M channel 3 for 5357MhZ for FT8 on channelized 60M rigs

pull/1458/head
Mike Black W9MDB 2023-12-04 22:18:14 -06:00
rodzic 768ca6105d
commit 3729f658ec
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -893,6 +893,7 @@ int newcat_60m_exception(RIG *rig, freq_t freq, mode_t mode)
{
if ((long)freq == freq_60m[i]) { channel = i; }
}
if ((long)freq == 5357000) channel = 3; // 60M channel for FT8
if (channel < 0)
{

Wyświetl plik

@ -50,7 +50,7 @@
typedef char ncboolean;
/* shared function version */
#define NEWCAT_VER "20231101"
#define NEWCAT_VER "20231204"
/* Hopefully large enough for future use, 128 chars plus '\0' */
#define NEWCAT_DATA_LEN 129