1
0
Fork 0

#493: fix incorrect egt gauge scaling

Thanks to lens@bitwisetech.com
This commit is contained in:
ThorstenB 2011-12-18 16:20:55 +01:00
parent 131382711f
commit d6c7955f36
2 changed files with 7 additions and 7 deletions

View file

@ -61,10 +61,10 @@ Jan 26 2003
</condition> </condition>
<type>rotation</type> <type>rotation</type>
<property alias="../../../../../params/engine-egt-select"/> <property alias="../../../../../params/engine-egt-select"/>
<min>0</min> <min>50.0</min>
<max>600</max> <max>1600.0</max>
<scale>-0.4</scale> <scale>0.075</scale>
<offset>55</offset> <offset>230</offset>
</transformation> </transformation>
<transformation> <transformation>
<condition> <condition>

View file

@ -89,9 +89,9 @@ properties' values.
<transformation> <transformation>
<type>rotation</type> <type>rotation</type>
<property alias="../../../../../params/engine-egt-select"/> <property alias="../../../../../params/engine-egt-select"/>
<min>50</min> <min>50.0</min>
<max>550</max> <max>1600.0</max>
<scale>-0.12</scale> <scale>-0.03</scale>
<offset>-230</offset> <offset>-230</offset>
</transformation> </transformation>
<transformation> <transformation>