mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Merge pull request #848 from gullradriel/rssi-peak-level-tune
Rssi peak level tune
This commit is contained in:
commit
dd8538b8bf
3 changed files with 5 additions and 3 deletions
|
@ -180,7 +180,8 @@ namespace ui {
|
|||
};
|
||||
|
||||
// default peak value
|
||||
peak_mode.set_selected_index(1);
|
||||
peak_mode.set_selected_index(3);
|
||||
rssi_resolution.set_selected_index(1);
|
||||
//FILL STEP OPTIONS
|
||||
freqman_set_modulation_option( field_mode );
|
||||
freqman_set_step_option_short( step_mode );
|
||||
|
|
|
@ -890,6 +890,7 @@ namespace ui {
|
|||
|
||||
|
||||
rssi.set_focusable(true);
|
||||
rssi.set_peak( true , 1000 );
|
||||
rssi.on_select = [this](RSSI&) {
|
||||
recon_thread->stop();
|
||||
nav_.pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue