-
Notifications
You must be signed in to change notification settings - Fork 7.7k
docs(esp32): Add note about including esp_check.h for error-handling.rst docs page in English (IDFGH-15271) #15930
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
base: master
Are you sure you want to change the base?
Conversation
👋 Hello tendan, 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 ...
|
Hi @tendan! |
Oh, I didn't realize that it's interactive sign. My bad, now it's done. |
sha=9ba830cc8a3f611d10a15bd58cf11099df62476c |
Description
Added note about required
esp_check.h
header to work with error handling macros mentioned inError handling
page. In my opinion it is useful information for people who starts working with esp-idf environment and don't do exact research through code base. Currently it is only in English, because my knowledge of Chinese is literally zero. I got down to perform commit and PR about this feature with trepidation, I've send feedback to ESP-IDF about 2 months ago, but nothing has been done in that case, even without any response.Testing
Docs are building properly, viewed the HTML result in web browser
Checklist
Before submitting a Pull Request, please ensure the following: