spy2520
August 3rd, 2019, 03:23 AM
What is the best way to filter multiple pids in the V8 scan tool.
Something like:
-- FIL.TER
return (pid("FILT.WOT",frame()) and pid("FILT.BOOST",frame())
)
Would this be the correct way?
Something like:
-- FIL.TER
return (pid("FILT.WOT",frame()) and pid("FILT.BOOST",frame())
)
Would this be the correct way?