mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-21 06:59:02 +00:00
Added map display view (GeoMapView)
SigGen duration 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(), field_stop.value());
|
||||
baseband::set_siggen_config(transmitter_model.bandwidth(), options_shape.selected_index_value(), duration);
|
||||
}
|
||||
|
||||
void SigGenView::update_tone() {
|
||||
|
||||
Reference in New Issue
Block a user