Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
167 stars 40 forks source link

Receiving Message Tutorial updates #442

Closed ad3154 closed 3 months ago

ad3154 commented 4 months ago

The receiving messages tutorial uses an outdated callback signature. We should update this tutorial as needed to bring it back up to date with our current API.

This issue was mentioned in the Discord by user "Stefano" RE: void propa_callback(isobus::CANMessage *CANMessage, void *parent)