Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
Adjustments in examples, added one for debugger
  • Loading branch information
JoaoLopesF committed Mar 16, 2019
1 parent 1f15a32 commit 640070a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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": "3.0.0",
"version": "3.0.2",
"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=3.0.0
version=3.0.2
author=Joao Lopes
maintainer=Joao Lopes
sentence=Remote debug over telnet for Arduino ESP8266 and ESP32
Expand Down
3 changes: 2 additions & 1 deletion src/RemoteDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* Versions:
* ------ ---------- -----------------
* 3.0.2 2019-03-16 Adjustments in examples, added one for debugger
* 3.0.1 2019-03-13 Adjustments in silente mode
* Commands from RemoteDebugApp now is treated
* Adusts to RemoteDebugger support connection by web sockets
Expand Down Expand Up @@ -79,7 +80,7 @@

///// Defines

#define VERSION "3.0.1"
#define VERSION "3.0.2"

///// Includes

Expand Down

0 comments on commit 640070a

Please sign in to comment.