auto-sync

This commit is contained in:
rusEfi 2014-10-22 19:02:55 -05:00
parent 9b346fc09c
commit 83652cf645
4 changed files with 10 additions and 0 deletions

View File

@ -562,6 +562,8 @@ case ES_BPSX_D1:
return "ES_BPSX_D1"; return "ES_BPSX_D1";
case ES_Innovate_MTX_L: case ES_Innovate_MTX_L:
return "ES_Innovate_MTX_L"; return "ES_Innovate_MTX_L";
case ES_14Point7_Free:
return "ES_14Point7_Free";
} }
return NULL; return NULL;
} }

View File

@ -333,6 +333,7 @@ typedef enum {
typedef enum { typedef enum {
ES_BPSX_D1 = 0, ES_BPSX_D1 = 0,
ES_Innovate_MTX_L = 1, ES_Innovate_MTX_L = 1,
ES_14Point7_Free = 2,
Force_4b_ego_sensor = ENUM_SIZE_HACK, Force_4b_ego_sensor = ENUM_SIZE_HACK,
} ego_sensor_e; } ego_sensor_e;

View File

@ -33,6 +33,12 @@ void initEgoSensor(afr_sensor_s *sensor, ego_sensor_e type) {
sensor->v2 = 5; sensor->v2 = 5;
sensor->value2 = 22.39; sensor->value2 = 22.39;
break; break;
case ES_14Point7_Free:
sensor->v1 = 0;
sensor->value1 = 10;
sensor->v2 = 5;
sensor->value2 = 20;
break;
default: default:
firmwareError("Unexpected EGO %d", type); firmwareError("Unexpected EGO %d", type);
break; break;

View File

@ -25,6 +25,7 @@
25) RESOLVED IN R0.2 add a prototype area for future circuits to be tossed in. 25) RESOLVED IN R0.2 add a prototype area for future circuits to be tossed in.
26) add a couple more low-side chips 26) add a couple more low-side chips
27) surge suppression diode option for some low-side 27) surge suppression diode option for some low-side
28) (?) better silkscreen for P602 & P604 - explicit "5v" "12v" "GND"?
For honda add-on / rewiring board For honda add-on / rewiring board
-- Add 2A high side solinoid drive for VTec sol -- Add 2A high side solinoid drive for VTec sol