I was looking over the output file and looking over datalogger.h and OBD.h and noticed that both of these are listed as 0x21.
datalogger.h
#define PID_GYRO 0x21
OBD.h
#define PID_DISTANCE_WITH_MIL 0x21
Is this correct?
Duplicate PID
Re: Duplicate PID
Sorry for the confusion. All OBD PIDs defined in OBD.h are for mode 01. So when they are actually logged, they will appear as 1XX where XX is the definition in OBD.h.