-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Document additional errs returned by esp_ota_write (IDFGH-12784) #13764
Conversation
👋 Hello lucic71, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
sha=ea407fb82ec75a2e666713607e8892f0ffa91556 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @lucic71
Thanks for updating the documentation. Just one comment otherwise LGTM. Can you please update the PR?
Thanks!
Hello @lucic71 |
Just did that, @hmalpani. |
Squashed commit of the following: commit f47a894 Author: Lucian Popescu <[email protected]> Date: Fri May 10 10:44:17 2024 +0300 Update correct codes for esp_ota_write Co-authored-by: Harshit Malpani <[email protected]> commit ea407fb Author: Lucian Popescu <[email protected]> Date: Wed May 8 14:06:37 2024 +0300 docs(ota): Document additional errs returned by esp_ota_write
sha=6a8d3af89b9e2f056a48bb5a5fbee6f4ab9c6021 |
Fixed by 37d9a3c |
Otherwise, as in the case of esp_partition_write, we can say: "or one of error codes from lower-level partitions driver".