mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 02:47:35 +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