mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-18 17:55:51 +02:00
- Removes extra callback function, the code from the callback is integrated into the event handler code. - Clarify usage of handler args, pass NULL as callback data instead of client, to avoid user confusion, and add documentation on usage of handler_args.