Tinkerforge/generators

IPCON_CONNECTED_CALLBACK registration is broken (C/C++ code)

aleh-arol opened this issue · 2 comments

Subj is broken due to commit cf5fce5 changing registration routine (filtering out callbacks with ID == 0).
Not sure whatever was an intention - to change IPCON_CONNECTED_CALLBACK id to something other than 0 (not done), or the filtering by callback id during registration is buggy.

2.1.15 affected and all examples in the docs on website as well

This is fixed in 2.1.16 now. Thanks for reporting the problem.