let's guess

This commit is contained in:
rusefi 2018-03-11 22:55:41 -04:00
parent eb27c6b6e4
commit 6cf8edd8cc
1 changed files with 2 additions and 1 deletions

View File

@ -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