Brad Barnhill
Results
152
comments of
Brad Barnhill
If you get any errors during the calculation of the formatted values it should print an error to the logs like this: `Log.e(OBDCommand::class.java.simpleName, "[Expression:" + expression + "] [mode:" +...
the calculation that Im feeding to EvalEx is as follows: `(A*(2^24)+B*(2^16)+C*(2^8)+D)/10` Where A-D are the first 4 bytes of the response like all other PIDs are calculated unless that calculation...