Skip to content

Releases: JoaoLopesF/RemoteDebug

Version 3.0.5

23 Mar 17:09
Compare
Choose a tag to compare

Ajustment on debugA macro, thanks @jetpax and @cmidgley to add this issue

Version 3.0.4

19 Mar 20:25
Compare
Choose a tag to compare
  • All public configurations (#defines) have moved to RemoteDebugCfg.h, to
    facilitate changes for anybody.
  • Changed examples with warnings on change any #define in project,
    with workarounds, if it not work. (thanks to @22MarioZ for added this issue)

Version 3.0.3

18 Mar 23:34
Compare
Choose a tag to compare

Adjustments if web socket is disabled

Version 3.0.2

16 Mar 21:53
Compare
Choose a tag to compare

Adjustments in examples, added one for debugger

Version 3.0.1

16 Mar 19:11
Compare
Choose a tag to compare
  • Adjustments in silente mode
  • Commands from RemoteDebugApp now is treated
  • Adusts to RemoteDebugger support connection by web sockets

Version 3.0.0

11 Mar 17:13
Compare
Choose a tag to compare
  • If not disabled, add a web socket server to comunicate with RemoteDebugApp (HTML5 web app)
    The standard telnet still working, to debug with internet offline
  • Ajustment on debugA macro, thanks @jetpax to add this issue

Version 2.1.2

08 Mar 13:34
Compare
Choose a tag to compare

Add empty rprint* macros, if debug is disabled

Version 2.1.1

06 Mar 21:33
Compare
Choose a tag to compare
  • Create option DEBUG_DISABLE_AUTO_FUNC
  • Create macros to be used for code converter: rprint and rprintln
    RemoteDebug now have an code converters to help migrate codes

Version 2.1.0

04 Mar 18:00
Compare
Choose a tag to compare
  • Create precompiler DEBUG_DISABLED to compile for production/release,
    equal that have in SerialDebug
  • Adjustments in examples

Version 2.0.2

03 Mar 15:55
Compare
Choose a tag to compare
  • Just to do new release, to update other files
  • Update of README files