[GH-ISSUE #539] Allow changing where debug output goes. #451

Closed
opened 2026-02-28 01:25:22 +03:00 by kerem · 1 comment
Owner

Originally created by @liebman on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/539

In my case I have a GPS connected to Serial and send all diagnostic output to Serial1. I have this working and can create a pull request. (actually was about to submit a PR against master and saw that you changed the contributing guide)

Suggesting: setDebugStream(Stream& dbg_stream); Making this work: wm.setDebugStream(Serial1);

Originally created by @liebman on GitHub (Feb 27, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/539 In my case I have a GPS connected to Serial and send all diagnostic output to Serial1. I have this working and can create a pull request. (actually was about to submit a PR against master and saw that you changed the contributing guide) Suggesting: ```setDebugStream(Stream& dbg_stream);``` Making this work: ```wm.setDebugStream(Serial1);```
kerem 2026-02-28 01:25:22 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@tablatronix commented on GitHub (Feb 27, 2018):

#540

<!-- gh-comment-id:368740970 --> @tablatronix commented on GitHub (Feb 27, 2018): #540
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#451
No description provided.