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

Change Stream to Print #1307

Merged
merged 2 commits into from
May 8, 2022
Merged

Change Stream to Print #1307

merged 2 commits into from
May 8, 2022

Conversation

pfn
Copy link
Contributor

@pfn pfn commented Nov 1, 2021

WifiManager does not use any Stream functionality for _debugPort; change the declaration of _debugPort so that it is more easily used by other implementations.

Personally, I use a ring buffer that implements Print but not Stream for reading.

pfn added 2 commits November 1, 2021 07:03
Update WifiManager to use base class Print instead of Stream.

I debug into a custom buffer, and that buffer implements Print, but not Stream.
Update WifiManager to use base class Print instead of Stream.

I debug into a custom buffer, and that buffer implements Print, but not Stream.
@tablatronix tablatronix merged commit e7bb9bc into tzapu:master May 8, 2022
@tablatronix tablatronix added the enhancement Feature Request label May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants