Skip to content

Releases: JoaoLopesF/RemoteDebug

Version 2.0.1

03 Mar 14:29
Compare
Choose a tag to compare
  • 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

28 Feb 21:03
Compare
Choose a tag to compare
  • 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

18 Feb 18:53
Compare
Choose a tag to compare

Bug -> sometimes the command is process twice
Workaround -> check time

Version 1.5.8

08 Feb 21:38
Compare
Choose a tag to compare

New macros to compatibility with SerialDebug (can use RemoteDebug or SerialDebug) thanks to @phrxmd

Version 1.5.7

03 Dec 17:21
Compare
Choose a tag to compare
  • Fixed bug for MAX_TIME_INACTIVE, thanks to @achuchev to add this issue

Version 1.5.6

19 Oct 23:22
Compare
Choose a tag to compare

Adjustments based on pull request from @jeroenst (to allow serial output with telnet password and setPassword method)

Version 1.5.5

19 Oct 18:51
Compare
Choose a tag to compare
  • Serial output is now not allowed if telnet password is enabled
  • Few adjustments and bug corrections

Version 1.5.4

05 Oct 11:53
Compare
Choose a tag to compare
v1.5.4

README Update