mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 12:07:52 +00: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.