You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: