update map sensor cals (#3352)

This commit is contained in:
Matthew Kennedy 2021-10-16 09:31:40 -07:00 committed by GitHub
parent 4ce721846d
commit b4a9d7b1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -58,12 +58,11 @@ static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
switch (sensorType) {
case MT_DENSO183:
return {0, -6.64, 5, 182.78};
case MT_MPX4250:
return {0, 8, 5, 260};
case MT_MPX4100:
return {0.3, 20, 4.9, 105};
return {0.306, 20, 4.897, 105};
case MT_MPX4250:
case MT_MPX4250A:
return {0.25, 20, 4.875, 250};
return {0.204, 20, 4.896, 250};
case MT_HONDA3BAR:
return {0.5, 91.422, 3.0, 0};
case MT_DODGE_NEON_2003:
@ -83,7 +82,7 @@ static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
case MT_BOSCH_2_5:
return {0.4 , 20 , 4.65, 250};
case MT_MPXH6400:
return {1, 90, 3, 250};
return {0.2, 20, 4.8, 400};
default:
firmwareError(CUSTOM_ERR_MAP_TYPE, "Unknown MAP type: decoder %d", sensorType);
// falls through to custom