Skip to content

Commit

Permalink
correct typo in reference to ESP-IDF repo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mykmelez committed May 3, 2023
1 parent 56123c5 commit 55b38af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/migration-guides/release-5.x/5.0/protocols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/espressif/esp-adf/issues>`__ 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 <https://github.com/espressif/esp-idf/issues>`__ on ESP-IDF.


The list of newly added getter/setter function is as as follows:
Expand Down

0 comments on commit 55b38af

Please sign in to comment.