mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
Changed default RSSI peak value
This commit is contained in:
parent
c76c6bd857
commit
ad11ab649e
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ namespace ui {
|
||||||
|
|
||||||
|
|
||||||
rssi.set_focusable(true);
|
rssi.set_focusable(true);
|
||||||
rssi.set_peak( true , 1000 );
|
rssi.set_peak( true , 500 );
|
||||||
rssi.on_select = [this](RSSI&) {
|
rssi.on_select = [this](RSSI&) {
|
||||||
recon_thread->stop();
|
recon_thread->stop();
|
||||||
nav_.pop();
|
nav_.pop();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue