docs: Provide CN translation for api-reference/protocols/esp_tls.rst and update both EN and CN texts for api-reference/error-codes.rst

This commit is contained in:
caixinying-git
2023-05-05 19:16:03 +08:00
parent 47bcee11b7
commit 386d408868
5 changed files with 302 additions and 73 deletions
+2
View File
@@ -50,6 +50,8 @@ The APIs :cpp:func:`esp_ds_sign` and :cpp:func:`esp_ds_start_sign` calculate a p
To create signatures of arbitrary messages, the input is normally a hash of the actual message, padded up to the required length.
An API to do this is planned in the future.
.. _configure-the-ds-peripheral:
Configure the DS peripheral for a TLS connection
------------------------------------------------