openinverter forum
openinverter Community
Skip to content
Go to advanced search
Code: Select all
case 0x125: battery_current = ((((rx_frame.data.u8[5] - 0x58) << 8) | rx_frame.data.u8[2]) / 256) * -10;