msu

Results 2 issues of msu

Hello, I'm testing the MPack library in an ESP32-C3 microcontroller. Below the code I'm using for testing (I added the MPack functions in the app_main function): ``` #include #include #include...

Hello, I'm using the msgpack-c library in my project. I've been working with the `msgpack_pack_str_body` and `msgpack_pack_int16` functions without problem. Now I want to use the `msgpack_unpack_next` and `msgpack_object_print` functions...