Merge branch 'docs/translate_protocols' into 'master'

docs: Provide CN translation for protocols.rst

Closes DOC-8439

See merge request espressif/esp-idf!32257
This commit is contained in:
Shen Meng Jing 2024-07-24 18:47:11 +08:00
commit 346f31ccc0
2 changed files with 13 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Protocols
:link_to_translation:`zh_CN:[中文]`
ESP HTTPS OTA
--------------
-------------
Breaking Changes (Summary)
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1 +1,12 @@
.. include:: ../../../../en/migration-guides/release-5.x/5.3/protocols.rst
协议
====
:link_to_translation:`en:[English]`
ESP HTTPS OTA
-------------
重大变更(摘要)
~~~~~~~~~~~~~~~~
- 若 HTTP 标头中包含了镜像大小,并且 :cpp:member:`esp_https_ota_config_t::bulk_flash_erase` 已设置为 true那么 flash 不会被整个擦除,而是将根据镜像大小进行擦除操作。