mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 20:22:22 -04:00
Added map display view (GeoMapView)
SigGen duration bugfix
This commit is contained in:
parent
3005403b5e
commit
b57b41753f
12 changed files with 18177 additions and 70 deletions
|
@ -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(), field_stop.value());
|
||||
baseband::set_siggen_config(transmitter_model.bandwidth(), options_shape.selected_index_value(), duration);
|
||||
}
|
||||
|
||||
void SigGenView::update_tone() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue