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:
gullradriel 2023-07-05 21:54:28 +02:00 committed by GitHub
parent 89e8956df1
commit 8530fa8194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

View file

@ -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,
' ',
};