Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable injection/ignition trim tables for cylinders > cyl_count #473

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

alrijleh
Copy link
Contributor

No need to adjust fuel trim for cylinder 12 on a 4 cylinder miata

groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10"
groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11"
groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12"
groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1" { isInjectionEnabled == 1 && cylindersCount >= 1 }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alrijleh any chance you are missing commas?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I see what you mean. I'm surprised since the generated ini works as expected on my end. I can add those in

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I see what you mean. I'm surprised since the generated ini works as expected on my end. I can add those in

Maybe these commas are optional on purpose, maybe a happy TS bug

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the TS ini parser is very....interesting

@mck1117
Copy link
Collaborator

mck1117 commented Aug 26, 2024

you probably actually need a , 0, before the condition too, see other menu lines like veBlend1Table immediately below

@mck1117 mck1117 merged commit 557ad66 into FOME-Tech:master Aug 28, 2024
23 checks passed
@alrijleh alrijleh deleted the disable-extra-cyl-trims branch August 31, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants