mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 04:01:14 +00:00
50msec is a bit steep
This commit is contained in:
parent
a4efa30799
commit
37684294eb
@ -80,5 +80,5 @@ int32_t PeMatrixBase::runOnce()
|
||||
}
|
||||
}
|
||||
}
|
||||
return 50; // Keyscan every 50msec to avoid key bounce
|
||||
return 100; // Keyscan every 100msec to avoid key bounce
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user