Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
JoaoLopesF committed Mar 11, 2019
1 parent 0b5a9c1 commit 76a9641
Show file tree
Hide file tree
Showing 21 changed files with 4,314 additions and 142 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Please add an issue for problems or suggestion.
- An web app to use for debugging in web browser, instead telnet client,
in development now, soon it will release.

- Now in version 3.0.0, RemoteDebug have a web socket server too,
to support the RemoteDebugApp (HTML5 web app)

- The telnet connection remains, to any want this,
or to internet offline uses.

- Version 2.1.1

- Now __RemoteDebug__ have a code converter, for help you to convert your codes:
Expand Down Expand Up @@ -491,6 +497,12 @@ In advanced sample, I used WifiManager library, ArduinoOTA and mDNS, please see
## Releases
### 3.0.0 - 2019-03-10
- 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
### 2.1.2 - 2019-03-08
- Add empty rprint* macros, if debug is disabled
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/JoaoLopesF/RemoteDebug.git"
},
"version": "2.1.2",
"version": "3.0.0",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RemoteDebug
version=2.1.2
version=3.0.0
author=Joao Lopes
maintainer=Joao Lopes
sentence=Remote debug over telnet for Arduino ESP8266 and ESP32
Expand Down
Loading

0 comments on commit 76a9641

Please sign in to comment.