Update sensors.h (#469)

Reducing the minimum limit of barometric pressure (when using map as baro sensor)
The highest motorable road is "Khardung La" with 49 kPa barometric pressure but I think 65 kPa is a safer limit than that.
maybe it needs to be customizable in TS ?
This commit is contained in:
Sepehr20mg10 2020-12-02 03:36:24 +03:30 committed by GitHub
parent 6078b7e32a
commit c3df8bf66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define ADCFILTER_BARO 64
*/
#define BARO_MIN 87
#define BARO_MIN 65
#define BARO_MAX 108
#define KNOCK_MODE_DIGITAL 1