mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 10:21:59 +00:00
BW setting in TX view should now be used everywhere
Jammer center and width value editing bugfix
This commit is contained in:
@@ -53,7 +53,7 @@ void SigGenView::start_tx() {
|
||||
auto duration = field_stop.value();
|
||||
if (!checkbox_auto.value())
|
||||
duration = 0;
|
||||
baseband::set_siggen_config(transmitter_model.bandwidth(), options_shape.selected_index_value(), duration);
|
||||
baseband::set_siggen_config(transmitter_model.channel_bandwidth(), options_shape.selected_index_value(), duration);
|
||||
}
|
||||
|
||||
void SigGenView::update_tone() {
|
||||
|
||||
Reference in New Issue
Block a user