Sfoglia il codice sorgente

docs: Makes core dump's documentation slightly clearer

Merges https://github.com/espressif/esp-idf/pull/1968
Alexey Gerenkov 8 anni fa
parent
commit
3fd199c54a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      docs/en/api-guides/core_dump.rst

+ 2 - 0
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
  <body of base64-encoded core dump, save it to file on disk>
  ================= CORE DUMP END ===================
 
+The `CORE DUMP START` and `CORE DUMP END` lines must not be included in core dump text file.
+
 Running 'espcoredump.py'
 ------------------------------------