-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add speed/brake/fuel profiles #71
Comments
Also consider reducing value range to 1..10 and providing a custom mapping to 0..15, as discussed here. |
1 similar comment
Also consider reducing value range to 1..10 and providing a custom mapping to 0..15, as discussed here. |
This will probably need SQLite support, depending on the number of profiles being saved. |
Is it possible to read the current values for a car from the CU? |
No, it is not possible to read these. |
ok, than I am waiting for this new feature. Unfortunately this is not my programming language, so it is hard for me to support. |
Details TBD, but the general idea is to be able to save the current "tuning" settings and load them some other time.. Multiple (named) sets may be supported. Also an "apply all" button may be added, if cars are changed or added.
The text was updated successfully, but these errors were encountered: