PB2
PB2
Which pointer are you referring to? I think there are a few different ones. Also, are you not interested in FTP or is that not an option for your project?
I'm busy with other projects atm, but will eventually take a look at this lib again. As for now, there is an example (which you've found), but there is also...
Yeah, absolutely! It would be super cool if it was compatible with Read the Docs. I don't have experience with Read the Docs, but I've tried messing around with doxygen...
@CraigH78 Did you test the main branch? It's different than the latest release
@alkonosst, thanks for the fix, I was not looking forward to relearning how the lib works to address this issue again, lol. As for the `supportedPIDs_xx_xx()` error - what is...
Try using what's on the main branch instead of the release
`NO_DATA` means that the car's diagnostics computer doesn't have data for that PID at that protocol. Maybe try using the default library settings or using a different protocol?
I would say it is an improved version, although it might not be as heavily tested due to it being so new.
Sort of. I tried to match the API of the V1 lib as close as possible, but it does not match one-to-one. For more info on the API, see the...
All you need to do is change the value of the variable you're using to save the setpoint in. The library uses pointers to monitor parameters like the setpoint, so...