mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1307] [MERGED] Change Stream to Print #1734
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1734
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/1307
Author: @pfn
Created: 11/1/2021
Status: ✅ Merged
Merged: 5/8/2022
Merged by: @tablatronix
Base:
master← Head:print-not-stream📝 Commits (2)
d8e4eceChange Stream to Print 1/2d800f2aChange Stream to Print 2/2📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
WiFiManager.cpp(+1 -1)📝
WiFiManager.h(+3 -3)📄 Description
WifiManager does not use any
Streamfunctionality for_debugPort; change the declaration of_debugPortso that it is more easily used by other implementations.Personally, I use a ring buffer that implements Print but not Stream for reading.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.