Skip to content

Commit 640070a

Browse files
committed
Version 3.0.2
Adjustments in examples, added one for debugger
1 parent 1f15a32 commit 640070a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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": "3.0.0",
10+
"version": "3.0.2",
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=3.0.0
2+
version=3.0.2
33
author=Joao Lopes
44
maintainer=Joao Lopes
55
sentence=Remote debug over telnet for Arduino ESP8266 and ESP32

src/RemoteDebug.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* Versions:
1010
* ------ ---------- -----------------
11+
* 3.0.2 2019-03-16 Adjustments in examples, added one for debugger
1112
* 3.0.1 2019-03-13 Adjustments in silente mode
1213
* Commands from RemoteDebugApp now is treated
1314
* Adusts to RemoteDebugger support connection by web sockets
@@ -79,7 +80,7 @@
7980

8081
///// Defines
8182

82-
#define VERSION "3.0.1"
83+
#define VERSION "3.0.2"
8384

8485
///// Includes
8586

0 commit comments

Comments
 (0)