FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
43 stars 22 forks source link

Update TS Gauge Configurations #338

Closed 125jdavis closed 7 months ago

125jdavis commented 7 months ago

Add 'P" term for PID gauges Add Oil Temp

https://github.com/FOME-Tech/fome-fw/issues/315

mck1117 commented 7 months ago

looks like you're missing GAUGE_NAME_OIL_TEMPERATURE

125jdavis commented 7 months ago

looks like you're missing GAUGE_NAME_OIL_TEMPERATURE

Line 1361 of rusefi.input: OilPressGauge = oilPressure, @@GAUGE_NAME_OIL_PRESSURE@@, "kPa", 0, 750, 35, 75, 550, 700, 0,

https://github.com/FOME-Tech/fome-fw/pull/338/commits/c55a4583c57838cea0453e7889410c8e70b0e5fc

So maybe something else is missing.

mck1117 commented 7 months ago

you need to define GAUGE_NAME_OIL_TEMPERATURE - see GAUGE_NAME_OIL_PRESSURE in rusefi_config_shared.txt