-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.0 Features - Added new API `esp_websocket_client_append_header` (39e9725) - Added new APIs to support fragmented messages transmission (fae80e2) `esp_websocket_client_send_text_partial` `esp_websocket_client_send_bin_partial` `esp_websocket_client_send_cont_mgs` `esp_websocket_client_send_fin` `esp_websocket_client_send_with_exact_opcode` Bug Fixes - reference protocol_examples_common from IDF (025ede1) - specify override_path in example manifests (d5e7898) - Return status code correctly on esp_websocket_client_send_with_opcode (ac8f1de) - Fix pytest exclusion, gitignore, and changelog checks (2696221)
- Loading branch information
1 parent
b176d3a
commit b88d3fd
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters