esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

Error Handling Improvement and Dynamic Memory Allocation

Open Suraj7897 opened this issue 1 year ago • 1 comments

Implement more detailed error handling and logging to provide better insight into why certain addresses fail during the scanning process. This could involve adding error codes or messages to help diagnose issues.

Instead of statically allocating the I2C command handle (i2c_cmd_handle_t cmd), consider dynamically allocating it inside the loop to save memory, especially if the loop iterates through a large number of addresses.

Suraj7897 avatar May 12 '24 17:05 Suraj7897