diff --git a/asio/.buildinfo b/asio/.buildinfo index c7552479b..9ffa37b02 100644 --- a/asio/.buildinfo +++ b/asio/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 2bccfe8e104e823c5c6f1fd9ba510b65 +config: 413cbbe20895a20e80863a4bc21e79bf tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/asio/genindex.html b/asio/genindex.html index 0d83d8392..30cf9d042 100644 --- a/asio/genindex.html +++ b/asio/genindex.html @@ -91,7 +91,7 @@
  • »
  • Index
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/asio/index.html b/asio/index.html index 128c37b0f..78e48e60a 100644 --- a/asio/index.html +++ b/asio/index.html @@ -103,7 +103,7 @@
  • »
  • ASIO port
  • - Edit on GitHub + Edit on GitHub

  • @@ -144,12 +144,12 @@ SSL/TLS support is disabled by default and could be enabled in component configu

    Application Example

    -

    ESP examples are based on standard asio examples :

    +

    ESP examples are based on standard asio examples :

    Please refer to the specific example README.md for details

    diff --git a/esp_modem/.doctrees/api_docs.doctree b/esp_modem/.doctrees/api_docs.doctree index 28ea57cb5..332c03bf8 100644 Binary files a/esp_modem/.doctrees/api_docs.doctree and b/esp_modem/.doctrees/api_docs.doctree differ diff --git a/esp_modem/.doctrees/environment.pickle b/esp_modem/.doctrees/environment.pickle index 408dc94c5..9974318d5 100644 Binary files a/esp_modem/.doctrees/environment.pickle and b/esp_modem/.doctrees/environment.pickle differ diff --git a/esp_modem/api_docs.html b/esp_modem/api_docs.html index daee541e9..71ce8aeea 100644 --- a/esp_modem/api_docs.html +++ b/esp_modem/api_docs.html @@ -78,6 +78,18 @@

    DCE devices: Enum list of supported devices.

    +
    +
    +typedef enum esp_modem_terminal_error esp_modem_terminal_error_t
    +

    Terminal errors.

    +
    + +
    +
    +typedef void (*esp_modem_terminal_error_cbt)(esp_modem_terminal_error_t)
    +

    Terminal error callback.

    +
    +

    Enums

    @@ -144,6 +156,38 @@ +
    +
    +enum esp_modem_terminal_error
    +

    Terminal errors.

    +

    Values:

    +
    +
    +enumerator ESP_MODEM_TERMINAL_BUFFER_OVERFLOW
    +
    + +
    +
    +enumerator ESP_MODEM_TERMINAL_CHECKSUM_ERROR
    +
    + +
    +
    +enumerator ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOW
    +
    + +
    +
    +enumerator ESP_MODEM_TERMINAL_DEVICE_GONE
    +
    + +
    +
    +enumerator ESP_MODEM_TERMINAL_UNKNOWN_ERROR
    +
    + +
    +

    Functions

    @@ -195,6 +239,23 @@ +
    +
    +esp_err_t esp_modem_set_error_cb(esp_modem_dce_t *dce, esp_modem_terminal_error_cbt err_cb)
    +

    Set DTE’s error callback.

    +
    +
    Parameters:
    +
      +
    • dce – Modem DCE handle

    • +
    • err_cb[in] Error callback

    • +
    +
    +
    Returns:
    +

    ESP_OK on success, ESP_FAIL on failure

    +
    +
    +
    +
    esp_err_t esp_modem_set_mode(esp_modem_dce_t *dce, esp_modem_dce_mode_t mode)
    diff --git a/esp_modem/genindex.html b/esp_modem/genindex.html index a6c9012e8..8a3394c41 100644 --- a/esp_modem/genindex.html +++ b/esp_modem/genindex.html @@ -279,8 +279,6 @@
  • esp_modem_dce_config (C++ struct)
  • - - +
    diff --git a/esp_websocket_client/index.html b/esp_websocket_client/index.html index cecef4483..4bc03ce06 100644 --- a/esp_websocket_client/index.html +++ b/esp_websocket_client/index.html @@ -119,7 +119,7 @@
  • »
  • ESP WebSocket Client
  • - Edit on GitHub + Edit on GitHub

  • @@ -236,7 +236,7 @@ In case a host operating system has openssl and sed pa

    Application Example

    -

    A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the websocket.org server can be found here: example .

    +

    A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the websocket.org server can be found here: example .

    Sending Text Data

    The WebSocket client supports sending data as a text data frame, which informs the application layer that the payload data is text data encoded as UTF-8. Example:

    @@ -250,7 +250,7 @@ In case a host operating system has openssl and sed pa

    Header File

    diff --git a/mdns/en/.buildinfo b/mdns/en/.buildinfo index c7552479b..9ffa37b02 100644 --- a/mdns/en/.buildinfo +++ b/mdns/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 2bccfe8e104e823c5c6f1fd9ba510b65 +config: 413cbbe20895a20e80863a4bc21e79bf tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/mdns/en/genindex.html b/mdns/en/genindex.html index f85c613f5..fac9ebdc4 100644 --- a/mdns/en/genindex.html +++ b/mdns/en/genindex.html @@ -91,7 +91,7 @@
  • »
  • Index
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/mdns/en/index.html b/mdns/en/index.html index 2d7fdf989..49a168994 100644 --- a/mdns/en/index.html +++ b/mdns/en/index.html @@ -116,7 +116,7 @@
  • »
  • mDNS Service
  • - Edit on GitHub + Edit on GitHub

  • @@ -319,14 +319,14 @@

    Application Example

    -

    mDNS server/scanner example: .

    +

    mDNS server/scanner example: .

    API Reference

    Header File

    diff --git a/mdns/zh_CN/.buildinfo b/mdns/zh_CN/.buildinfo index 9f9362220..6c8357a8c 100644 --- a/mdns/zh_CN/.buildinfo +++ b/mdns/zh_CN/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: ad680e541a9400d9e85e0b17096ae589 +config: 2bffa3ffb0a40c030221bff89ba2ecec tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/mdns/zh_CN/genindex.html b/mdns/zh_CN/genindex.html index eaad00bb2..ed833c996 100644 --- a/mdns/zh_CN/genindex.html +++ b/mdns/zh_CN/genindex.html @@ -92,7 +92,7 @@
  • »
  • 索引
  • - 在 GitHub 上修改 + 在 GitHub 上修改

  • diff --git a/mdns/zh_CN/index.html b/mdns/zh_CN/index.html index 03844e90e..0e7392420 100644 --- a/mdns/zh_CN/index.html +++ b/mdns/zh_CN/index.html @@ -114,7 +114,7 @@
  • »
  • mDNS 服务
  • - 在 GitHub 上修改 + 在 GitHub 上修改

  • @@ -298,14 +298,14 @@

    应用示例

    -

    有关 mDNS 服务器和查询器的应用示例请参考

    +

    有关 mDNS 服务器和查询器的应用示例请参考

    API 参考

    Header File