RemoteDebug Versions Save

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor

v3.0.5

5 years ago

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

v3.0.4

5 years ago
  • 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)

v3.0.3

5 years ago

Adjustments if web socket is disabled

v3.0.2

5 years ago

Adjustments in examples, added one for debugger

v3.0.1

5 years ago
  • Adjustments in silente mode
  • Commands from RemoteDebugApp now is treated
  • Adusts to RemoteDebugger support connection by web sockets

v3.0.0

5 years ago
  • 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

v2.1.2

5 years ago

Add empty rprint* macros, if debug is disabled

v2.1.1

5 years ago
  • 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

v2.1.0

5 years ago
  • Create precompiler DEBUG_DISABLED to compile for production/release, equal that have in SerialDebug
  • Adjustments in examples

v2.0.2

5 years ago
  • Just to do new release, to update other files
  • Update of README files