Skip to content

Commit

Permalink
s/advise/advice/
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jun 3, 2024
1 parent c28ec4e commit 8579c97
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 @@ -596,7 +596,7 @@ end_struct

float manIdlePosition;Value between 0 and 100 used in Manual mode;"%", 1, 0, 0, 100, 0

uint8_t autoscale knockRetardAggression;Ignition timing to remove when a knock event occurs. Advise: 5% (mild), 10% (turbo/high comp.), 15% (high knock, e.g. GDI), 20% (spicy lump),;"%", 0.1, 0, 0, 20, 1
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

#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
Expand Down

0 comments on commit 8579c97

Please sign in to comment.