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

Serial output is affected by telnet debug level #62

Open jeroenst opened 4 years ago

jeroenst commented 4 years ago

Describe the bug By default serial only outputs the initial level (debug). When the debug level is changed through telnet the serial level is also changed.

To Reproduce Steps to reproduce the behavior:

  1. Upload a project with remote debug
  2. Open serial console
  3. Login via telnet and change debug level and see how the output on the serial console is affected

Expected behavior The serial console should not be affected by the telnet debug level. It should output all levels by default and it should be possible to change the level for serial logging it in code.

Screenshots If applicable, add screenshots to help explain your problem.

Arduino Information:

Additional context None.

tablatronix commented 3 years ago

This is a feature request not a bug, it is clearly described that serial output is a mirror, so this is expected behavior atm.