You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Websocket - Allow to choose which memory takes (internal, external) for buffer
Websocket - Allow to choose which memory takes (internal, external) for buffer (IDFGH-12913)
May 28, 2024
so in the hooks the way to handle the memory could be lead to user to choose, or just like a flag in the esp_websocket_client_config_t as:
.memorytouse = 0 (0, internal, 1, external)
Is your feature request related to a problem?
Memory allocartion always internal, need to have an option to choose it to delegates internal or external.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: