ソースを参照

Merge branch 'docs/make_core_dump_doc_clear' into 'master'

docs: Makes core dump's documentation slightly clearer

See merge request idf/esp-idf!2433
Ivan Grokhotkov 7 年 前
コミット
c03dff473b
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'
 ------------------------------------