RemoteDebug Versions Save

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

v2.0.1

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

V2.0.0

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

v1.5.9

5 years ago

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

v1.5.8

5 years ago

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

v1.5.7

5 years ago
  • Fixed bug for MAX_TIME_INACTIVE, thanks to @achuchev to add this issue

v1.5.6

5 years ago

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

v1.5.5

5 years ago
  • Serial output is now not allowed if telnet password is enabled
  • Few adjustments and bug corrections

v1.5.4

5 years ago