MaxxECU CAN Lambda Target 1 value

Hi

I’m using RealDash over usb can, I can get the following working
ENGINE/ECU INPUTS: Lambda 1

However I don’t get anything with
ENGINE/ECU INPUTS: Lambda Target 1

I’m going to try and add it to the XML as it does go over CAN according to the ECU.

https://www.maxxecu.com/webhelp/can-default_maxxecu_protocol.html

0x527 6 Lambda target

Fixed this by using my updated CAN xml. I used the stock targetid for Lambda Target 1 so I can use RealDash across other cars.

Added this to MaxxECU CAN XML:

<frame id="0x527">
    <value targetId="256" offset="6" length="2" signed="true" conversion="V*0.001"></value> <!-- Lambda Target 1 -->
</frame>

Will be included in next release of RealDash.

Thank you.