From: Alexey Gerenkov Date: Tue, 22 May 2018 13:45:07 +0000 (+0300) Subject: docs: Makes core dump's documentation slightly clearer X-Git-Tag: v3.1-beta1~86^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fd199c54a37c0152d14e080cd53e5ff9b9a544c;p=esp-idf docs: Makes core dump's documentation slightly clearer Merges https://github.com/espressif/esp-idf/pull/1968 --- diff --git a/docs/en/api-guides/core_dump.rst b/docs/en/api-guides/core_dump.rst index 47cfd89c07..84eec82976 100644 --- a/docs/en/api-guides/core_dump.rst +++ b/docs/en/api-guides/core_dump.rst @@ -63,6 +63,8 @@ Base64-encoded body of core dump will be between the following header and footer ================= CORE DUMP END =================== +The `CORE DUMP START` and `CORE DUMP END` lines must not be included in core dump text file. + Running 'espcoredump.py' ------------------------------------