From 3fd199c54a37c0152d14e080cd53e5ff9b9a544c Mon Sep 17 00:00:00 2001 From: Alexey Gerenkov Date: Tue, 22 May 2018 16:45:07 +0300 Subject: [PATCH] docs: Makes core dump's documentation slightly clearer Merges https://github.com/espressif/esp-idf/pull/1968 --- docs/en/api-guides/core_dump.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/api-guides/core_dump.rst b/docs/en/api-guides/core_dump.rst index 47cfd89c0..84eec8297 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' ------------------------------------