Add channel 38 and 39 monitoring

This commit is contained in:
Michael Smith
2026-03-26 19:09:16 +01:00
parent bb2f317af4
commit 8f6e2bbdee

View File

@@ -79,6 +79,38 @@ devices:
dated_subdirectories = true;
}
);
},
{
freq = 27.385;
bandwidth = 8000;
modulation = "nfm";
squelch_snr_threshold = 9.0;
label = "CB-CH38";
outputs: (
{
type = "file";
directory = "/recordings";
filename_template = "CB_CH38_27385";
split_on_transmission = true;
dated_subdirectories = true;
}
);
},
{
freq = 27.395;
bandwidth = 8000;
modulation = "nfm";
squelch_snr_threshold = 9.0;
label = "CB-CH39";
outputs: (
{
type = "file";
directory = "/recordings";
filename_template = "CB_CH39_27395";
split_on_transmission = true;
dated_subdirectories = true;
}
);
}
);
});