mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-16 10:59:26 -04:00
Set fixed modulation (WFM) for Pocsag app.
This commit is contained in:
parent
3387b59eab
commit
e97ffd42ef
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ POCSAGAppView::POCSAGAppView(NavigationView& nav) {
|
|||
}
|
||||
else field_frequency.set_value(receiver_model.tuning_frequency());
|
||||
|
||||
receiver_model.set_modulation(ReceiverModel::Mode::NarrowbandFMAudio);
|
||||
|
||||
receiver_model.set_sampling_rate(3072000);
|
||||
receiver_model.set_baseband_bandwidth(1750000);
|
||||
receiver_model.enable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue