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

f55 Cluster mph to kmh #20

Open
Envi4 opened this issue Oct 9, 2024 · 1 comment
Open

f55 Cluster mph to kmh #20

Envi4 opened this issue Oct 9, 2024 · 1 comment

Comments

@Envi4
Copy link

Envi4 commented Oct 9, 2024

I can't figure out how to change the language of my dashboard and from mph to kmh f55 Cluster

void BMWFSeriesCluster::updateLanguageAndUnits() {
uint8_t message1[] = { 2, 18, 1, 0x00, 0x00, 0x00, 0x00, 0x00 };
CAN.sendMsgBuf(0x291, 0, sizeof(message1), message1);
}

I tried many options, but none worked with

@r00li
Copy link
Owner

r00li commented Nov 10, 2024

Well, this snippet should do it. But you need to actually call this function. I have this piece of code in there for cases where you want to do it, but it is not actually getting called anywhere.

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

No branches or pull requests

2 participants