Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream: +helpers to stream regular String #9043

Merged
merged 8 commits into from
Mar 24, 2024
Merged

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Dec 2, 2023

This allows to use a String as a destination Stream by using a temporary with streaming helpers.

    String destString;
    anyStream.sendAll(S2Stream(destString));

Reference: #9005 (comment)

@d-a-v d-a-v changed the title String2Stream: +helpers to stream (temporary) streamed strings Stream: +helpers to stream regular String Dec 6, 2023
cores/esp8266/StreamString.h Outdated Show resolved Hide resolved
@d-a-v d-a-v merged commit 41ecd65 into esp8266:master Mar 24, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants