feat: refs#8639 scanSpeed

This commit is contained in:
Sergio De la torre 2025-02-28 08:46:00 +01:00
parent fbd7a8d95c
commit a6ad406623
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ object ConstAndValues {
const val MODELWORKERTYPEACTIVITY = "APP"
const val FLINGTHRESHOLDVELOCITY = 2000f
const val FLINGTHRESHOLDVERTICAL = 500f
const val SCANNER_THRESHOLD_SPEED: Int = 60
const val HUMAN_CHARACTERS_SECOND: Int = 100
}