Skip to content

Commit

Permalink
Update rusefi_config.txt - open loop base position tooltip
Browse files Browse the repository at this point in the history
Updating the open loop base position tooltip. See FOME-Tech/wiki#22 (comment)
  • Loading branch information
DenisMitchell authored Aug 20, 2024
1 parent 5ffb3f7 commit 122d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ end_struct

idle_hardware_s idle;

float manIdlePosition;Value between 0 and 100 used in Manual mode;"%", 1, 0, 0, 100, 0
float manIdlePosition;Base idle valve position, 0 to 100%. This is typically set to provide an idle speed slightly above the target RPM when the engine is fully warmed up.;"%", 1, 0, 0, 100, 0

uint8_t autoscale knockRetardAggression;Ignition timing to remove when a knock event occurs. Advice: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),;"%", 0.1, 0, 0, 20, 1
uint8_t autoscale knockRetardReapplyRate;After a knock event, reapply timing at this rate.;"deg/s", 0.1, 0, 0, 10, 1
Expand Down

0 comments on commit 122d493

Please sign in to comment.