mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-08 17:55:00 -04:00
BW setting in TX view should now be used everywhere
Jammer center and width value editing bugfix
This commit is contained in:
parent
81eb96f870
commit
728bb64543
11 changed files with 27 additions and 28 deletions
|
@ -108,7 +108,7 @@ bool MorseView::start_tx() {
|
|||
if (modulation == CW) {
|
||||
ookthread = chThdCreateStatic(ookthread_wa, sizeof(ookthread_wa), NORMALPRIO + 10, ookthread_fn, this);
|
||||
} else if (modulation == FM) {
|
||||
baseband::set_tones_config(transmitter_model.bandwidth(), 0, symbol_count, false, false);
|
||||
baseband::set_tones_config(transmitter_model.channel_bandwidth(), 0, symbol_count, false, false);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue