JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

Debug during setup #74

Open DMike92 opened 3 years ago

DMike92 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I could not find the way to display debug messages during the setup part. Debug messages are ok in the loop part. Of course, I dont expect debug messages before the ESP is connected, but tried Debug.begin() and Debug.handle() in the setup part with no luck.

Describe the solution you'd like A clear and concise description of what you want to happen.

It would be nice if a way could exist

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.