RemoteDebug
RemoteDebug copied to clipboard
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Hi dear, Do you think it's a big job to add MQTT for receive and send debug infos instead of the WebServer ? Thanks for your help
**Problem Description** Hello there, I have some lines to read ADC and decode IR signals (Ext. interrupts) in my code, when they are commented everything is OK, but if make...
**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...
This library should support all streams equally, it would make it more useful. It is often useful to have both tethered and ip logging interfacing - [ ] add serial...
Fix for the following warnings: ``` .\RemoteDebug\src\RemoteDebug.cpp: In member function 'void RemoteDebug::processCommand()': .\RemoteDebug\src\RemoteDebug.cpp:1520:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka...
Hello there, Awesome, enjoyed watching logs over telnet. Could you please help me understanding how to turn off debugs for production? When I try I get this error: 'RemoteDebug' does...
allow tokens to replace `(...)` bracket enclosures I have my own syntax highlighter and use `[..]` brackets for debug features It looks like this might be an easy change
**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...
I'm seeing what looks like a buffer overflow when sending debug messages, that displays the ANSI escape message )see image) I don't see them ever when RemoteDebug sends 'Project commands",...