From 3061d025dc643c5d0f17b9c540dac1f534882c9c Mon Sep 17 00:00:00 2001 From: david-cermak <38914379+david-cermak@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:49:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20espressi?= =?UTF-8?q?f/esp-protocols@341fcb0f40e0b2c4ccf22793335a61d49eafd01a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asio/.buildinfo | 2 +- asio/genindex.html | 2 +- asio/index.html | 12 ++++++------ esp_modem/.doctrees/environment.pickle | Bin 406799 -> 406799 bytes esp_websocket_client/.buildinfo | 2 +- esp_websocket_client/genindex.html | 2 +- esp_websocket_client/index.html | 6 +++--- mdns/en/.buildinfo | 2 +- mdns/en/genindex.html | 2 +- mdns/en/index.html | 6 +++--- mdns/zh_CN/.buildinfo | 2 +- mdns/zh_CN/genindex.html | 2 +- mdns/zh_CN/index.html | 6 +++--- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/asio/.buildinfo b/asio/.buildinfo index 5805b7edc..524ce5231 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: 9420356f2131262c0345f9c32833ba6d +config: 26d79a120b41a70f6438b72e6caeb4c9 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/asio/genindex.html b/asio/genindex.html index c94805cba..19a7aa506 100644 --- a/asio/genindex.html +++ b/asio/genindex.html @@ -90,7 +90,7 @@
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
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 .
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:
@@ -249,7 +249,7 @@ In case a host operating system has openssl and sed pa