mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-09 10:15:18 -04:00
Beta scanner app
ADSB TX frame index bugfix (OOB)
This commit is contained in:
parent
5636764226
commit
3ddc6553ac
5 changed files with 213 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue