Skip to content

Commit 76a9641

Browse files
committed
v3.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
1 parent 0b5a9c1 commit 76a9641

21 files changed

Lines changed: 4314 additions & 142 deletions

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ Please add an issue for problems or suggestion.
9393
- An web app to use for debugging in web browser, instead telnet client,
9494
in development now, soon it will release.
9595

96+
- Now in version 3.0.0, RemoteDebug have a web socket server too,
97+
to support the RemoteDebugApp (HTML5 web app)
98+
99+
- The telnet connection remains, to any want this,
100+
or to internet offline uses.
101+
96102
- Version 2.1.1
97103

98104
- Now __RemoteDebug__ have a code converter, for help you to convert your codes:
@@ -491,6 +497,12 @@ In advanced sample, I used WifiManager library, ArduinoOTA and mDNS, please see
491497
492498
## Releases
493499
500+
### 3.0.0 - 2019-03-10
501+
502+
- If not disabled, add a web socket server to comunicate with RemoteDebugApp (HTML5 web app)
503+
- The standard telnet still working, to debug with internet offline
504+
- Ajustment on debugA macro, thanks @jetpax to add this issue
505+
494506
### 2.1.2 - 2019-03-08
495507
496508
- Add empty rprint* macros, if debug is disabled

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/JoaoLopesF/RemoteDebug.git"
99
},
10-
"version": "2.1.2",
10+
"version": "3.0.0",
1111
"frameworks": "arduino",
1212
"platforms": "*"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RemoteDebug
2-
version=2.1.2
2+
version=3.0.0
33
author=Joao Lopes
44
maintainer=Joao Lopes
55
sentence=Remote debug over telnet for Arduino ESP8266 and ESP32

0 commit comments

Comments
 (0)