mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
fix complicated timing logic (#1480)
This commit is contained in:
parent
65e71508ac
commit
264b1b38ba
2 changed files with 6 additions and 15 deletions
|
@ -303,7 +303,7 @@ class ReconView : public View {
|
|||
NumberField field_lock_wait{
|
||||
{25 * 8, 24 * 8 + 4},
|
||||
4,
|
||||
{0, RECON_MAX_LOCK_DURATION},
|
||||
{STATS_UPDATE_INTERVAL, RECON_MAX_LOCK_DURATION},
|
||||
STATS_UPDATE_INTERVAL,
|
||||
' ',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue