Add channel 38 and 39 monitoring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user