mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-23 13:38:01 +00:00
50msec is a bit steep
This commit is contained in:
parent
4ff27e0713
commit
4c229dfd4d
@ -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