Skip to content

how can I get information for 0x34 #84

@nices0325

Description

@nices0325

hello powerbroker!
Thank for your awesome library.
I'm struggling to get O2 lambda equivalent from 0x34. Will this code work?

float ELM327::o2lamdasensor()
{
	if (queryPID(SERVICE_01, OXYGEN_SENSOR_1_C ))
		return conditionResponse(findResponse(), 2, 2.0/65536);

	return ELM_GENERAL_ERROR;
}

actually I didn't understand of the conditionResponse() function. I think It added recently ...

Waiting for your reply thanks!

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions