Hello,
I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK. For nanopb, it seems like the changes in pb_decode.h mentioned below are not pushed up to nano-pb, and the change is not mentioned in the license or readme file in the SDK. Is there a way to get these changes pushed upstream?
void (* decoding_callback)(pb_istream_t *strem, uint32_t tag, pb_wire_type_t wire_type, void *iter);
Thank you!