Closed ArminJo closed 1 year ago
From Author cfi700
Hello, I have found a solution for the warning W31. When transmitting the battery voltage, the value in the CAN frame is shifted by one decimal place. After the change: FrameData.Voltage100Millivolt = JKComputedData.BatteryVoltage10Millivolt;// / 10; the voltage value is transferred correctly and the warning disappears.
@cfi700 Thanks for doing the QS 👍 These and many other display bugs are fixed now.