Page 9 of 9

Re: Documentation Requests/Feedback

Posted: Sat Jan 30, 2021 10:25 pm
by bkgoodman
Minor thing that would make docs even more helpful: In the documentation, you identify which header files are needed for use. But I find it would be more helpful if you gave an example of HOW they should be included. For example:

Instead of saying:

Code: Select all

heap/include/esp_heap_caps.h
You might say:

Code: Select all

#include <esp_heap_caps.h>
-or-

Code: Select all

#include "heap/include/esp_heap_caps.h"
...or whatever is specifically needed.

Re: Documentation Requests/Feedback

Posted: Sun Jan 31, 2021 12:10 am
by OllieK
I like that :D