Skip to content

Commit

Permalink
common.xml: add fuel_pressure ext. to EFI_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 authored and tridge committed Jan 2, 2023
1 parent ef9cd20 commit 3b0256a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5236,6 +5236,7 @@
<field type="float" name="pt_compensation">Pressure/temperature compensation</field>
<extensions/>
<field type="float" name="ignition_voltage" units="V">Supply voltage to EFI sparking system. Zero in this value means "unknown", so if the supply voltage really is zero volts use 0.0001 instead.</field>
<field type="float" name="fuel_pressure" units="kPa">Fuel pressure. Zero in this value means "unknown", so if the fuel pressure really is zero kPa use 0.0001 instead.</field>
</message>
<!-- MESSAGE IDs 180 - 229: Space for custom messages in individual projectname_messages.xml files -->
<message id="230" name="ESTIMATOR_STATUS">
Expand Down

0 comments on commit 3b0256a

Please sign in to comment.