Releases: JoaoLopesF/RemoteDebug
Releases · JoaoLopesF/RemoteDebug
Version 2.0.1
- Adjustments for the debugger: it still disable until dbg command, equal to SerialDebug
- The callback will to be called before print debug messages now
- And only if debugger is enabled in RemoteDebugger (command dbg)
- Changed handle debugger logic
Version 2.0.0
- Added support to RemoteDebug addon library: the RemoteDebugger, an simple software debugger, based on SerialDebug
- New color system (uncomment COLOR_NEW_SYSTEM in remotedebug.h to return to old way)
Version 1.5.9
Bug -> sometimes the command is process twice
Workaround -> check time
Version 1.5.8
New macros to compatibility with SerialDebug (can use RemoteDebug or SerialDebug) thanks to @phrxmd
Version 1.5.7
- Fixed bug for MAX_TIME_INACTIVE, thanks to @achuchev to add this issue
Version 1.5.6
Adjustments based on pull request from @jeroenst (to allow serial output with telnet password and setPassword method)
Version 1.5.5
- Serial output is now not allowed if telnet password is enabled
- Few adjustments and bug corrections
Version 1.5.4
v1.5.4 README Update