Page 1 of 1

Some OBD fields incorrectly indented in export

Posted: Fri Jun 24, 2022 5:19 pm
by cars4enjoying
Hi Harry, small nit, but making it more difficult to confirm I have correct .hlptr files in my conversion as I have to keep correcting the LapTimer exports before comparing.

The hlptr export for some obd fields has an extra tab indentation. The only correct one in my export is "map", see here:

Code: Select all

				<obd>
						<rpm>1555</rpm>
						<speed>52.0</speed>
						<throttle>0.54</throttle>
						<coolant>84.0</coolant>
					<map>2.04</map>
						<iat>59</iat>
				</obd>

Re: Some OBD fields incorrectly indented in export

Posted: Fri Jun 24, 2022 6:41 pm
by Harry
Thanks for reporting. Actually I hate inaccuracies like this and will fix it soon!

- Harry