alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
224 stars 86 forks source link

Option to set debug to other Serial #109

Open softwarecrash opened 1 year ago

softwarecrash commented 1 year ago

hello, it is possibil to make a function that i can call the libray to use another serial, so i need the debug output but i use the serial(0) for other, so i need the output on Serial1 Like setDebugOutput(true, Serial1) so that the serial is optional?