diff --git a/rtl_airband.conf b/rtl_airband.conf index c94015d..ef3c104 100644 --- a/rtl_airband.conf +++ b/rtl_airband.conf @@ -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; + } + ); } ); });