From 7c67245da570ca356f645fbe1fa2b1c35cbb2802 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Wed, 3 May 2023 11:25:36 -0700 Subject: [PATCH 1/2] correct typo in reference to ESP-IDF repo There's a reference to the ESP-ADF repo that looks like it was intended to be a reference to the ESP-IDF repo. This branch fixes the reference. --- docs/en/migration-guides/release-5.x/protocols.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/migration-guides/release-5.x/protocols.rst b/docs/en/migration-guides/release-5.x/protocols.rst index 6f2f45b39f..49380f357b 100644 --- a/docs/en/migration-guides/release-5.x/protocols.rst +++ b/docs/en/migration-guides/release-5.x/protocols.rst @@ -112,7 +112,7 @@ Breaking Changes (Summary) ``esp_tls_t`` Structure is Now Private ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The :cpp:type:`esp_tls_t` has now been made completely private. You cannot access its internal structures directly. Any necessary data that needs to be obtained from the ESP-TLS handle can be done through respective getter/setter functions. If there is a requirement of a specific getter/setter function, please raise an `issue `__ on ESP-IDF. +The :cpp:type:`esp_tls_t` has now been made completely private. You cannot access its internal structures directly. Any necessary data that needs to be obtained from the ESP-TLS handle can be done through respective getter/setter functions. If there is a requirement of a specific getter/setter function, please raise an `issue `__ on ESP-IDF. The list of newly added getter/setter function is as as follows: From a4bfa331094c4a9ebc5f8e8c1f0ec5e527916a07 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 4 May 2023 12:56:34 +0800 Subject: [PATCH 2/2] docs: fix wrong link to esp-adf github issues in migration guide --- docs/zh_CN/migration-guides/release-5.x/protocols.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/migration-guides/release-5.x/protocols.rst b/docs/zh_CN/migration-guides/release-5.x/protocols.rst index b97221e670..2cf939a826 100644 --- a/docs/zh_CN/migration-guides/release-5.x/protocols.rst +++ b/docs/zh_CN/migration-guides/release-5.x/protocols.rst @@ -112,7 +112,7 @@ ESP-TLS 私有化 ``esp_tls_t`` 结构体 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -更新后,:cpp:type:`esp_tls_t` 已完全私有化,用户无法直接访问其内部结构。之前需要通过 ESP-TLS 句柄获得的必要数据,现在可由对应的 getter/setter 函数获取。如需特定功能的 getter/setter 函数,请在 ESP-IDF 的 `Issue 板块 `__ 提出。 +更新后,:cpp:type:`esp_tls_t` 已完全私有化,用户无法直接访问其内部结构。之前需要通过 ESP-TLS 句柄获得的必要数据,现在可由对应的 getter/setter 函数获取。如需特定功能的 getter/setter 函数,请在 ESP-IDF 的 `Issue 板块 `__ 提出。 下列为新增的 getter/setter 函数: