Releases: JoaoLopesF/RemoteDebug
Releases · JoaoLopesF/RemoteDebug
Version 3.0.5
Version 3.0.4
- 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
Adjustments if web socket is disabled
Version 3.0.2
Adjustments in examples, added one for debugger
Version 3.0.1
- Adjustments in silente mode
- Commands from RemoteDebugApp now is treated
- Adusts to RemoteDebugger support connection by web sockets
Version 3.0.0
- 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
Add empty rprint* macros, if debug is disabled
Version 2.1.1
- 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
- Create precompiler DEBUG_DISABLED to compile for production/release,
equal that have in SerialDebug - Adjustments in examples
Version 2.0.2
- Just to do new release, to update other files
- Update of README files