Просмотр исходного кода

docs: Makes core dump's documentation slightly clearer

Merges https://github.com/espressif/esp-idf/pull/1968
Alexey Gerenkov 7 лет назад
Родитель
Сommit
3fd199c54a
1 измененных файлов с 2 добавлено и 0 удалено
  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'
 ------------------------------------