-
Notifications
You must be signed in to change notification settings - Fork 121
Add support of user_data in read_cb (Fixes #604) (IEC-413) #607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@erwinschrodinger1 Could you please Bump the the component version and update the Changelog.md. You can take reference from this PR |
|
@erwinschrodinger1 This PR looks good to me, just few comments. Fix those comments and I will take this PR internally. Thanks. NOTE: While committing please use pre-commit hook. |
Added in reference to write callback. Is backward compatible. Tested with file read using FileIO in esp32s3.
0c8153f to
8746e62
Compare
Co-authored-by: hrushikesh430 <[email protected]>
|
@erwinschrodinger1 Could you please fix the pre-commit errors. Please use the |
|
@hrushikesh430 Sorry for the inconveniences caused. I have now run the pre-commit in all the files. Can you please verify it once? |
Checklist
urlfield definedChange description
Add support of user_data in read_cb
Added in reference to write callback.
Is backward compatible.
Tested with file read using FileIO in esp32s3.