let's guess
This commit is contained in:
parent
eb27c6b6e4
commit
6cf8edd8cc
|
@ -30,7 +30,8 @@
|
|||
#define UNREALISTIC_RPM 30000
|
||||
|
||||
#ifndef RPM_LOW_THRESHOLD
|
||||
#define RPM_LOW_THRESHOLD 240
|
||||
// no idea what is the best value, 25 is as good as any other guess
|
||||
#define RPM_LOW_THRESHOLD 25
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue