mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-22 17:31:32 +00:00
Scanner BW label corrections
This commit is contained in:
parent
3291c7e2a0
commit
75c2b69f19
@ -584,9 +584,9 @@ size_t ScannerView::change_mode(uint8_t new_mod) { //Before this, do a scan_thre
|
|||||||
|
|
||||||
switch (new_mod) {
|
switch (new_mod) {
|
||||||
case NFM: //bw 16k (2) default
|
case NFM: //bw 16k (2) default
|
||||||
bw.emplace_back("8k5", 0);
|
bw.emplace_back("8k5 ", 0);
|
||||||
bw.emplace_back("11k", 0);
|
bw.emplace_back("11k ", 0);
|
||||||
bw.emplace_back("16k", 0);
|
bw.emplace_back("16k ", 0);
|
||||||
field_bw.set_options(bw);
|
field_bw.set_options(bw);
|
||||||
|
|
||||||
baseband::run_image(portapack::spi_flash::image_tag_nfm_audio);
|
baseband::run_image(portapack::spi_flash::image_tag_nfm_audio);
|
||||||
@ -613,7 +613,7 @@ size_t ScannerView::change_mode(uint8_t new_mod) { //Before this, do a scan_thre
|
|||||||
receiver_model.set_sampling_rate(3072000); receiver_model.set_baseband_bandwidth(1750000);
|
receiver_model.set_sampling_rate(3072000); receiver_model.set_baseband_bandwidth(1750000);
|
||||||
break;
|
break;
|
||||||
case WFM:
|
case WFM:
|
||||||
bw.emplace_back("200k", 0);
|
bw.emplace_back("200k ", 0);
|
||||||
field_bw.set_options(bw);
|
field_bw.set_options(bw);
|
||||||
|
|
||||||
baseband::run_image(portapack::spi_flash::image_tag_wfm_audio);
|
baseband::run_image(portapack::spi_flash::image_tag_wfm_audio);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user