mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 14:10:53 +00:00
50msec is a bit steep
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user