Skip to content

Commit

Permalink
feat: frs/gmrs
Browse files Browse the repository at this point in the history
  • Loading branch information
fagci committed Oct 6, 2023
1 parent 8c54763 commit f16b27c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/spectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ static const FreqPreset freqPresets[] = {
BK4819_FILTER_BW_NARROW},
{"LPD", 43307500, 43477500, STEPS_128, S_STEP_25_0kHz, MOD_FM,
BK4819_FILTER_BW_NARROW},
{"PMR", 44600625, 44620000, STEPS_32, S_STEP_6_25kHz, MOD_FM,
{"PMR", 44600625, 44620000, STEPS_16, S_STEP_12_5kHz, MOD_FM,
BK4819_FILTER_BW_NARROW},
{"FRS/GM 462", 46256250, 46272500, STEPS_16, S_STEP_12_5kHz, MOD_FM,
BK4819_FILTER_BW_NARROW},
{"FRS/GM 467", 46756250, 46771250, STEPS_16, S_STEP_12_5kHz, MOD_FM,
BK4819_FILTER_BW_NARROW},
};

Expand Down

0 comments on commit f16b27c

Please sign in to comment.