diff --git a/asio/.buildinfo b/asio/.buildinfo index b6ad6ca11..2b3353238 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: b8f72f40903ff4c38ebe6ab9bb5c24a7 +config: 94a9bb18a54672d7bc5fb80d0e934a29 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/asio/genindex.html b/asio/genindex.html index 1c2a39d26..1b7da28c9 100644 --- a/asio/genindex.html +++ b/asio/genindex.html @@ -89,7 +89,7 @@
  • »
  • Index
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/asio/index.html b/asio/index.html index 693a62403..23ac40b8b 100644 --- a/asio/index.html +++ b/asio/index.html @@ -101,7 +101,7 @@
  • »
  • ASIO port
  • - Edit on GitHub + Edit on GitHub

  • @@ -142,12 +142,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 17abdb0c2..2dfe30cf7 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 6b171b311..46970c445 100644 Binary files a/esp_modem/.doctrees/environment.pickle and b/esp_modem/.doctrees/environment.pickle differ diff --git a/esp_modem/.doctrees/internal_docs.doctree b/esp_modem/.doctrees/internal_docs.doctree index 62e9d442b..523f7c6f0 100644 Binary files a/esp_modem/.doctrees/internal_docs.doctree and b/esp_modem/.doctrees/internal_docs.doctree differ diff --git a/esp_modem/api_docs.html b/esp_modem/api_docs.html index d38e8b9ae..3ff49883b 100644 --- a/esp_modem/api_docs.html +++ b/esp_modem/api_docs.html @@ -114,6 +114,36 @@

    Multiplexed terminal mode

    +
    +
    +enumerator ESP_MODEM_MODE_CMUX_MANUAL
    +

    CMUX manual mode

    +
    + +
    +
    +enumerator ESP_MODEM_MODE_CMUX_MANUAL_EXIT
    +

    Exit CMUX manual mode

    +
    + +
    +
    +enumerator ESP_MODEM_MODE_CMUX_MANUAL_SWAP
    +

    Swap terminals in CMUX manual mode

    +
    + +
    +
    +enumerator ESP_MODEM_MODE_CMUX_MANUAL_DATA
    +

    Set DATA mode in CMUX manual mode

    +
    + +
    +
    +enumerator ESP_MODEM_MODE_CMUX_MANUAL_COMMAND
    +

    Set COMMAND mode in CMUX manual mode

    +
    +
    @@ -271,6 +301,11 @@
    +
    +
    +esp_err_t esp_modem_command(esp_modem_dce_t *dce, const char *command, esp_err_t (*got_line_cb)(uint8_t *data, size_t len), uint32_t timeout_ms)
    +
    + diff --git a/esp_modem/genindex.html b/esp_modem/genindex.html index 833dad88f..2e812474d 100644 --- a/esp_modem/genindex.html +++ b/esp_modem/genindex.html @@ -276,6 +276,8 @@
  • esp_modem::Terminal::write (C++ function)
  • esp_modem_at (C++ function) +
  • +
  • esp_modem_command (C++ function)
  • esp_modem_dce_config (C++ struct)
  • @@ -287,12 +289,12 @@
  • esp_modem_dce_device (C++ enum)
  • - - +