mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
Recon unleashed SPEC mode (#1240)
* added quick recon optimized for spec mode * fix bug going from spec to audio mode
This commit is contained in:
parent
89e8956df1
commit
8530fa8194
2 changed files with 21 additions and 5 deletions
|
@ -269,7 +269,7 @@ class ReconView : public View {
|
|||
NumberField field_lock_wait{
|
||||
{25 * 8, 24 * 8 + 4},
|
||||
4,
|
||||
{RECON_MIN_LOCK_DURATION, RECON_MAX_LOCK_DURATION},
|
||||
{0, RECON_MAX_LOCK_DURATION},
|
||||
STATS_UPDATE_INTERVAL,
|
||||
' ',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue