We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am using your database for NC Miata - everything works great thank you for that! But calculation for my throttle position was invalid.
For me valid formula is (CAN ID 0x201). It works perfectly for my throttle pedal position from 0 to 100%
bytestouint(raw, 6, 1) / 2.0
Maybe there was some changing between vehicles? I have NCFL1 with 2.0 engine. I also have ecutek racerom, but I doubt they changed this.
If current formula works for people then maybe it would be worth to add a note about this?
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Unfortunately, I don't have any way to test. @jeby what do you think?
Sorry, something went wrong.
No branches or pull requests
Hello,
I am using your database for NC Miata - everything works great thank you for that! But calculation for my throttle position was invalid.
For me valid formula is (CAN ID 0x201). It works perfectly for my throttle pedal position from 0 to 100%
bytestouint(raw, 6, 1) / 2.0
Maybe there was some changing between vehicles? I have NCFL1 with 2.0 engine. I also have ecutek racerom, but I doubt they changed this.
If current formula works for people then maybe it would be worth to add a note about this?
The text was updated successfully, but these errors were encountered: