mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-22 12:51:28 +00:00
Re-add MicTX workaround (#1170)
This commit is contained in:
parent
7ebf3d3cdd
commit
f83027d451
@ -595,6 +595,12 @@ MicTXView::MicTXView(
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// These shouldn't be necessary, but because
|
||||||
|
// this app uses both transmitter_model and directly
|
||||||
|
// configures the baseband, these end up being required.
|
||||||
|
transmitter_model.set_sampling_rate(sampling_rate);
|
||||||
|
transmitter_model.set_baseband_bandwidth(1750000);
|
||||||
|
|
||||||
set_tx(false);
|
set_tx(false);
|
||||||
|
|
||||||
audio::set_rate(audio::Rate::Hz_24000);
|
audio::set_rate(audio::Rate::Hz_24000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user