mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 03:12:12 +00:00
Beta scanner app
ADSB TX frame index bugfix (OOB)
This commit is contained in:
@@ -103,7 +103,7 @@ AnalogAudioView::AnalogAudioView(
|
||||
&waterfall,
|
||||
});
|
||||
|
||||
exit_on_squelch = eos;
|
||||
//exit_on_squelch = eos;
|
||||
|
||||
field_frequency.set_value(receiver_model.tuning_frequency());
|
||||
field_frequency.set_step(receiver_model.frequency_step());
|
||||
@@ -332,9 +332,9 @@ void AnalogAudioView::update_modulation(const ReceiverModel::Mode modulation) {
|
||||
}
|
||||
}
|
||||
|
||||
void AnalogAudioView::squelched() {
|
||||
/*void AnalogAudioView::squelched() {
|
||||
if (exit_on_squelch) nav_.pop();
|
||||
}
|
||||
}*/
|
||||
|
||||
void AnalogAudioView::handle_coded_squelch(const uint32_t value) {
|
||||
float diff, min_diff = value;
|
||||
|
||||
Reference in New Issue
Block a user