fix Fault-Codes.md (#123)

* fix  Fault-Codes.md

* fix case error of HTML tag </Details> to expected </details>
This commit is contained in:
mi-hol 2023-07-05 20:40:25 +02:00 committed by GitHub
parent 871e6e52bc
commit 38211b9cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 188 additions and 204 deletions

View File

@ -97,7 +97,7 @@ The FOME ECU is able to provide a number of fault codes, the meanings of these
//P0087 Fuel Rail/System Pressure - Too Low
//P0088 Fuel Rail/System Pressure - Too High
//P0089 Fuel Pressure Regulator 1 Performance
</Details>
</details>
OBD_Fuel_Pressure_Sensor_Missing = 90,
@ -243,7 +243,6 @@ OBD_FlexSensor_High = 179,
//P0200 Injector Circuit Malfunction
</details>
OBD_Injector_Circuit_1 = 201,
OBD_Injector_Circuit_2 = 202,
OBD_Injector_Circuit_3 = 203,
@ -2203,23 +2202,8 @@ CUSTOM_PRIMARY_DOUBLED_EDGE = 9006,
// A trigger tooth arrived at an unexpected time
CUSTOM_PRIMARY_BAD_TOOTH_TIMING = 9007,
/**
* This is not engine miss detection - this is only internal scheduler state validation
* Should not happen
*/
CUSTOM_OBD_SKIPPED_SPARK = 9009,
/**
* This is not engine miss detection - this is only internal scheduler state validation
* Should not happen
*/
CUSTOM_OBD_SKIPPED_FUEL = 9010,
CUSTOM_RE_ADDING_INTO_EXECUTION_QUEUE = 9011,
/**
* This indicates an issue with coil control - pin was not high when we were trying to set it low.
*/
CUSTOM_OUT_OF_ORDER_COIL = 9012,
/**
* Commanded fuel exceeds your fuel injector flow
*/
CUSTOM_TOO_LONG_FUEL_INJECTION = 9013,